Firefox Browser Add-ons
  • Explore
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Download FirefoxRegister or Log in
Add-on icon

Reviews for Multiple File Downloader

Multiple File Downloader by MSI Developers

Rated 2 out of 5
2 Stars out of 5
5
9
4
4
3
1
2
4
1
35
7 reviews
  • Rated 5 out of 5
    by Firefox user 16254569, 8 months ago
  • Rated 5 out of 5
    by Ramselio, 9 months ago
    Of all the add-ons this is one my favorites, is very intuitive and user friendly, don't need a manual to figure it out.
  • Rated 5 out of 5
    by Barry, a year ago
  • Rated 5 out of 5
    by Firefox user 14149478, 3 years ago
  • Rated 5 out of 5
    by Firefox user 13760273, 3 years ago
    As hinted at the plugin description some website developer knowledge is needed to dynamically add the 'download' attribute to anchor tags.

    Open up the browser console and enter:

    $$('a[href*=".webm"]').forEach(s => s.setAttribute('download', s.getAttribute('href')))

    Above command line will:
    - find all anchor tags on a website which contain the '.webm' extension in their 'href' attribute
    - then iterate over found anchor tags
    - and set the 'download' attribute to each anchor using the value from the 'href' attribute

    This makes the toolbar button appear everyone was searching for.
    Adjust code to your needs.
  • Rated 5 out of 5
    by Firefox user 13587062, 3 years ago
    Très pratique. J'utilise un userscript pour ajouter l'attribut "download" sur les lien d'une certaine page et je peut tout récupérer
  • Rated 5 out of 5
    by Firefox user 12891859, 3 years ago
Go to Mozilla's homepage

Add-ons

  • About
  • Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Forum
  • Report a bug
  • Review Guide
  • Site Status

Browsers

  • Desktop
  • Mobile
  • Reality
  • Enterprise

Products

  • Lockwise
  • Monitor
  • Browsers
  • Pocket
  • Twitter (@firefox)
  • Facebook (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.