Simple mass downloader – Get this Extension for 🦊 Firefox (en-US) (2024)

This is a very light and unobtrusive Firefox add-on (no annoying sounds or animations; only minimal notifications).

MAIN FEATURES:

  • The links may be extracted from multiple open tabs, clipboard, or from selected text on web pages.
  • Advanced filtering / mass renaming capabilities using various name masks.
  • For images there is a special thumbnails view where items may be ordered by the size descending order or filtered by width/height.
  • User-defined Automatic Folders where downloads can be automatically directed based on custom rules.
  • User-defined Favorite Folders, easily accessible when the user writes a custom download directory.
  • Flexible download management, the user can:
    a) pause, resume, open downloaded files etc. (usual features)
    b) set server limits

WARNINGS

  • The extension is still in early development, so bug reports or suggestions are welcomed.
  • Development is mainly done in Windows, with limited testing in Linux (latest Ubuntu). Unfortunately, I have no way to test the extension on MacOS!
  • This extension is a generalist file downloader: for some very specific types it may be better to use other, more specialized extensions (video downloaders, for example).
  • The extension doesn't work in private browsing mode.
  • The user defined folders are only relative to default browser's download directory; this is a general web extensions security limitation.

FREQUENTLY ASKED QUESTIONS

Question 1. How to use this extension?

Answer Say for example you have opened a web page with many pdf resources. The most basic workflow it to open the extension popup (via the browser toolbar icon) and click there the Load page links button. This usually fills the resources list with all sort of links, not only the desired pdfs. So the next step is to filter this list, such that only desired pdfs stays here. Write pdf in the extensions text field. Now only pdf type resources show in the list. If the list is still too large (you want only smaller subset) you may continue the filtering process indicating some relevant terms in the next text filter field. Finally, you check desired items individually or all at once and start immediate downloading using the corresponding button (on right bottom corner).
The downloading items are now visible in the downloads tab of the popup; you can manage this list in the usual manner (pause, resume, open or remove individual items etc)

Question 2. How about other alternative workflows?

Answer The general idea of the extension is to collect links to the resources list (with optional filtering) and finally to add checked items to the download queue. The collecting stage has many variations:

  • using the web page context-menu: you can right-click individual links from the web page or a larger selected text region
  • using the special tabs dialog; here you can collect links from active tab| all tabs| right tabs|left tabs and even decide if the collected links must be immediately downloaded or if the associated tabs must be finally closed.
  • add links from the clipboard text using a dedicated menu (note that this clipboard text must have every url on a separate line)

Question 3. The resource list has too many links and I find it difficult to recognize the wanted ones!

Answer By default, the resource list displays the estimated filenames of the collected links. These names are usually different from those displayed on the web page. There are many possible strategies here:

  • If the desired items are images, it may be better to use the thumbnails view (there is a special toggle button for this). Here the images can be sorted by descending order or filtered by width/height.
  • If you know the file extensions of the desired items, you can use this info for the extensions filter box.
  • Sometimes it may be better to select a text zone on the web page (including relevant links) and use the context menu to extract only links from this selected text range.
  • More generally, it's important to know that every item has some textual info associated to it. This info comes from the web attributes of that item, more precisely
    • the url (the link address) visible on the status bar when you hover the link (on the web page)
    • the filename, usually included in the url
    • the link text (as you see on the web page)
    • the title text from the tooltip you see when hovering the link (on the web page)
    • the alt text (alternative text, usually associated with images)
      You can use all this available info to identify some specific words/terms associated with your desired items. Next, you must input this terms in the text filter box using an easy syntax, for example, url:word_1 text: word_2 title:word_3. Or simpler, all: word if you are not sure where the word comes from.
  • Every item in the resource list can be right-clicked and this will reveal an informative popup will all info known for that item.

Question 4. How to set a custom download directory?

Answer On the resource list tab, there is a directory input field. Here the user can set a download directory. A new folder is written in the form aaa/bbb/.../zzz. For example Docs or Docs/Math/Algebra. Please note that every such directory is defined only relative to the default download directory (this is a web extensions security limitation), so you can define only subdirectories of this main directory. Another thing you can do is to use the general browser settings to change the location of this default download directory.

Also, the user can prepare a custom favorite folders list (see extension's options, the Download directories section). Once defined, this list will be available via autocomplete or simply by double-clicking this text field.

Question 5. Why there are two add to queue buttons?

Answer After checking some items from the resource list you can decide to send them either to the active queue, either to the passive queue (using the corresponding buttons). Sending to the active queue means that downloading starts immediately or as soon as possible. This is the best option if you are content with the default names or don't care too much about that. On the other hand, sometimes it's better to rename queued items before starting downloading them. This can be done either individually (using the edit button associated with every item from download list) or in batch mode (using the multi-rename dialog)

Question 6. I want to download some files from the resource list but I don't like the filenames used there. On the original web page, they had other, better names. How to change that?

Answer By default, the items on the resource list are displayed with their (estimated) file names, that corresponds to the name mask {name}.{ext}. But if the user clicks the name header of the resources table, he will be able to choose another attribute (url, title, text, alt text) for the actual displaying. The most obvious candidate is the text attribute; that usually corresponds to what the user sees on the web page. In this case, all the items will be displayed with the {text}.{ext} name mask. Sending to the queue will preserve this displayed mask.

But once the items are added to the queue (not for immediate downloading), it's possible to rename them in more advanced ways. You can select some items and use the available multi-rename dialog for batch renaming them. Here you can set a common name mask using many types of available masks, and combine them in various ways. Also, it's possible here to do other batch operations (search/replace type, setting directories etc)

Question 7. Your extension is not capable to download embedded videos. Why?

Answer My extension is, indeed, not designed to download embedded videos or streaming media (but only normal, direct links). For these, it's better to use more specialized video/media downloaders. The main reason is that these extensions are most exposed to all sorts of legal issues and I don't want my extension to be taken down. Though, in the future, it's possible to add some more support for these types.

Question 8. Your extension is not capable to download files from sites X, Y, Z...Why?

Answer My extension tries always to detect links that are included in the html source of the web pages. But sometimes this doesn't work well. Many sites don't really like their resources to be mass downloaded because this way the users skip the associated ads. So, in some cases, the URLs are embedded in nonstandard ways or, even worse, the resources are visible on the page as "fake" links, meaning that the real URLs of the resources are generated by the server on the fly, only when the user clicks their name.

One solution to this problem is to use an appropriate userscript designed specifically for the site X. There are some very popular userscript managers around, for example Greasemonkey on Firefox or Tampermonkey on Chrome. If the user knew some javascript he may be able to build for site X a special userscript which facilitates subsequent downloading using Simple Mass Downloader extension. More precisely, my extension can recognize the special attributes data-smd-url and data-smd-name and use them for mass downloading. Of course, the main problem here is to build the helper userscript. This implies that the (knowledgeable) user manually analyze the source of the page, and build de appropriate userscript with the aim of embedding into the page (via this special attributes) the information required for download.

Another solution is to find eventually another extension designed specifically for the site X. There are many extensions of this type. For example one for Google Images downloading, other for SoundCloud etc. There are great chances to find such an extension if the site X is really a very popular one.

Question 9. Your extension is not capable to download the full-sized images, but only the thumbnails...Why?

Answer As for the previous question, it's possible that only the thumbnail links are included in the html source and the full links are obscured using various javascript tricks. See the previous answer for details and solutions.

Question 10. There are too many bugs! You are aware of them?

Answer This extension is still in early development, so, unfortunately, bugs are still expected. Also, I tried to add quite a lot of features and this increased complexity means usually more bugs. Hopefully, this situation will be considerably improved as we approach version 1.00.

Simple mass downloader – Get this Extension for 🦊 Firefox (en-US) (2024)

FAQs

What is the Firefox extension for bulk download? ›

DownThemAll is a powerful yet easy-to-use extension that adds new advanced download capabilities to your browser. DownThemAll lets you download all the links or images on a website and much more: you can refine your downloads by fully customizable filters to get only what you really want.

What is the URL for Firefox downloader? ›

The https://www.mozilla.org/de/firefox/all/#product-desktop-release stays the same link and should indeed give you the current Release version available for download from Mozilla. Also for Windows it will be the full offline setup and not the small online stub installer.

How to download extensions on Firefox? ›

How do I find and install add-ons?
  1. Tap the menu button.
  2. Tap the Add-ons. menu item.
  3. Tap on an add-on to learn more. ...
  4. This will then show you the access that extension requires. ...
  5. After installing the extension, Firefox will give you the opportunity to enable it in private browsing. ...
  6. Tap Okay, Got it to finish.

What is the Firefox extension for fast download? ›

Turbo Download Manager is a free Firefox extension that speeds up your downloads. This plugin is Mozilla-recommended for how to increase download speed, which means it's absolutely secure to use and has no security risks.

What extensions should I get for Firefox? ›

With that said, let's get to the extensions.
  • uBlock Origin. uBlock Origin is the king of content blocking for Firefox. ...
  • Privacy Badger. Unlike the wide-spectrum nature of uBlock Origin, Privacy Badger focuses on one thing: invisible trackers. ...
  • Bitwarden Password Manager. ...
  • Sideberry. ...
  • ClearURLs.
Apr 24, 2024

Is Firefox extension safe? ›

When a developer submits an extension to addons.mozilla.org, it's scanned for a set of common issues. It may also be subject to human review. But neither of these processes guarantee that an extension is absolutely 100% safe.

How to install APK on Firefox? ›

Chosen Solution
  1. Download the APK you want to install.
  2. Navigate to your phone settings menu then to the security settings. Enable the Install from Unknown Sources option.
  3. Use a file browser and navigate to your download folder. Tap the APK to begin the installation process.
  4. The app should safely install.
Apr 25, 2021

Where is the source code for Firefox? ›

To simply take a look at the Firefox source code, you do not need to download it. You can look at the source directly with your web browser using Searchfox (start at https://searchfox.org/mozilla-central/source for the complete firefox source code of branch HEAD).

How do I open source code in Firefox? ›

To activate View Source:
  1. context-click in the page and select View Page Source.
  2. press Ctrl + U on Windows and Linux, or Cmd + U on macOS.

How to install a Firefox extension manually? ›

Manually Installing Extensions in Firefox from Mozilla Update
  1. On the Extension's download page, click on the Install Now link.
  2. A download dialog box will appear. ...
  3. Once the download completes, find the Extension's . ...
  4. A Software Installation dialog will appear.

How do I get a list of Firefox extensions? ›

You can get a list of all installed addons and other information about your Firefox installation by entering about:support in the URL bar. You can also try Addon List Dumper (restartless) instead if you want to easily export a list.

How to enable extensions in Firefox? ›

To enable extensions
  1. Click the Firefox menu icon. in the upper right of the browser toolbar.
  2. Choose Add-ons.
  3. From the left navigation pane, choose Extensions.
  4. Choose Enable for each extension you wish to turn on.
Dec 14, 2020

Which version of Firefox is fastest? ›

Firefox Quantum was a revolution in Firefox development. In 2017, we created a new, lightning fast browser that constantly improves.

Which browser is the fastest downloader? ›

List of Best Browsers for Downloading:
  • Opera.
  • Mozilla Firefox.
  • Google Chrome.
  • Microsoft Edge.
  • Brave Browser.
Feb 6, 2024

Does Firefox have a download manager? ›

You can manage your files directly in the Downloads panel or in your Library. Options will appear to the right of each file during each stage of the download. Pause: You can pause any downloads currently in progress. Right-clickHold down the control key while you click on the file and select Pause.

What is bulk URL open extension for Firefox? ›

Bulk URL Opener Extension just lets you open multiple URLs at once (in new tabs or windows). Usage: Enter each URL in new line (you can paste the list or import urls from file) and click the "Open All" button. The app will the open all the pages in separate tabs or windows (depending on your settings).

What is the Firefox extension for multiple sessions? ›

The Firefox Multi-Account Containers is a more general extension that allows you to create containers and determine which sites open in each container. This extension can be customized to suit your needs for multiple sites and multiple logins, but takes more time to set up than Facebook Container.

How do I download multiple links in Firefox? ›

Extension Metadata

Usage is very simple, you click on the toolbar icon, click on "Show Selection" to show a checkbox next to each link in the page, select the links you want to download and click "Download Selected" on the toolbar menu. After you're done, click "Hide Selection" to remove the checkboxes from the page.

What is the difference between Firefox addons and extensions? ›

Extensions – also known as Firefox Add-ons – are extra features you can download and install to add more functionality and tools to your browser. Add-ons allow you to customize your Firefox browser and enhance the way you use the web.

References

Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6580

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.