All Batch Downloader Firefox

Examine source code of All Batch Downloader

By: Dexy
Inspect and view changes in All Batch Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "All Batch Downloader",
  "description": "Collects all media file URLs on the page and lets you download them in batch",
  "version": "1.1",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "All Batch Downloader",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{65147f1f-e4b4-4924-86f6-e37a456ee2c4}",
      "strict_min_version": "127.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best All Batch Downloader Alternatives

Here are some Firefox add-ons that are similar to All Batch Downloader: