Fast Images

Fast Images

Fast extracts all images from the current web page and allows you to download them all in one zip archive!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fast Images",
  "short_name": "Fast Images",
  "description": "Fast extracts all images from the current web page and allows you to download them all in one zip archive!",
  "short_description": "Fast extracts all images from page!",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Fast Images"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "tabs",
    "storage",
    "declarativeNetRequest",
    "webRequest",
    "cookies",
    "background"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}