Media Batcher Firefox

Examine source code of Media Batcher

Inspect and view changes in Media Batcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media Batcher",
  "description": "Collects all media file URLs on the page and lets you download them in batch",
  "version": "1.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": "Media Batcher",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5788bc54-f699-4695-8ebe-0568c0771f77}",
      "strict_min_version": "100.0"
    }
  }
}

Best Media Batcher Alternatives

Here are some Firefox add-ons that are similar to Media Batcher: