Image downloader - Imageye

Image downloader - Imageye

Find and download all images on a web page with Image downloader.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "Imageye",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "4.2.5",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "action": {
    "default_icon": "imageye128.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "webRequest",
    "scripting",
    "declarativeNetRequest",
    "sidePanel"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "fixR.js"
  },
  "icons": {
    "128": "imageye128.png"
  }
}