Download Accelerator Firefox

Examine source code of Download Accelerator

Inspect and view changes in Download Accelerator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Download Accelerator",
  "version": "3.0",
  "description": "Adds an icon to download audio or video file from webpages.",
  "icons": {
    "48": "icons/accelerator.jpg"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "*://*/*",
    "webRequest",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/accelerator-16.jpg",
    "default_title": "DownloadAccelerator",
    "default_popup": "popup/choose_media.html"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best Download Accelerator Alternatives

Here are some Firefox add-ons that are similar to Download Accelerator: