Image download center

Image download center

Download all images from page in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "analytics.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "lib/jquery/jquery-3.4.1.js",
        "content.js",
        "img_count.js"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://*.googleapis.com blob:; object-src 'self'",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "downloads",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "version": "1.5.3",
  "default_locale": "en",
  "web_accessible_resources": [
    "*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}