Multiple File Downloader Firefox

Examine source code of Multiple File Downloader

Inspect and view changes in Multiple File Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Multiple File Downloader",
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "windows": "Alt+Shift+D",
        "mac": "Alt+Shift+D"
      }
    }
  },
  "short_name": "Multifile DL",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "description": "Quickly get the downloads and nothing else.",
  "version": "1.5.1resigned1",
  "permissions": [
    "downloads",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "page_action": {
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_title": "Multiple File Downloader",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f1d5914-65d6-4344-985b-2c6c28a40398}"
    }
  }
}

Best Multiple File Downloader Alternatives

Here are some Firefox add-ons that are similar to Multiple File Downloader: