Image Downloader

Image Downloader

Image Downloader, you can find, browse, and download all the images present on a web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "manifest_version": 3,
  "name": "Image Downloader",
  "description": "Image Downloader, you can find, browse, and download all the images present on a web page",
  "version": "3.8.19.717",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "action": {
    "default_icon": "imageye128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "webRequest",
    "scripting",
    "declarativeNetRequest",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "*://*/*"
  ],
  "background": {
    "service_worker": "fixR.js"
  },
  "icons": {
    "128": "imageye128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}