Batch Image Downloader Firefox

Examine source code of Batch Image Downloader

By: Canapy
Inspect and view changes in Batch Image Downloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Image Downloader",
  "description": "Filter, sort, choose and save any image from any tabs inside your window",
  "permissions": [
    "tabs",
    "<all_urls>",
    "downloads"
  ],
  "version": "1.5.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html",
    "default_title": "Image Downloader"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.0.0.min.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c3f9d4fe-e7c1-4d56-ae0e-7cee02d9469b}"
    }
  }
}

Best Batch Image Downloader Alternatives

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