Image Downloader - Image Eye

Image Downloader - Image Eye

Search and Download all images 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 - Image Eye",
  "short_name": "imageyeplus",
  "description": "Search and Download all images on a web page.",
  "default_locale": "en",
  "version": "3.0.1",
  "action": {
    "default_icon": "imageyeplus128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "webRequest",
    "scripting",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "fixR.js"
  },
  "icons": {
    "128": "imageyeplus128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}