Image Downloader Plus Firefox

Examine source code of Image Downloader Plus

Inspect and view changes in Image Downloader Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Downloader",
  "version": "1.0",
  "description": "Download images from the webpage",
  "permissions": [
    "activeTab",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8fcecf17-b354-4031-b575-30ecb9fe8824}"
    }
  }
}

Best Image Downloader Plus Alternatives

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