Image Downloader Plus

Image Downloader Plus

Using image downloader, locate and download all of the images on a website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "32": "data/icons/icon-32.png",
      "38": "data/icons/icon-38.png",
      "128": "data/icons/icon-128.png",
      "512": "data/icons/icon-512.png"
    },
    "default_popup": "data/interface/index.html?popup"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "icons": {
    "32": "data/icons/icon-32.png",
    "38": "data/icons/icon-38.png",
    "128": "data/icons/icon-128.png",
    "512": "data/icons/icon-512.png"
  },
  "manifest_version": 3,
  "name": "Image Downloader Plus",
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "webRequest",
    "scripting",
    "declarativeNetRequest"
  ],
  "short_name": "image",
  "version": "3.1.1"
}