Album Downloader

Album Downloader

Find images on the page or album, download them to zip package or folder.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.721b7357.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "48": "icon48.f544afcb.png"
    }
  },
  "version": "2.0.0",
  "name": "Album Downloader",
  "description": "Find images on the page or album, download them to zip package or folder. ",
  "author": "fine54",
  "permissions": [
    "storage",
    "storage",
    "scripting",
    "activeTab",
    "downloads"
  ],
  "background": {
    "service_worker": "background.23452572.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "<all_urls>"
  ]
}