Amazon Downloader | Download images & videos

Amazon Downloader | Download images & videos

One-click download of images and videos from Amazon, supporting both individual file and full file packaging download.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Amazon Downloader | Download images & videos",
  "version": "1.0.3",
  "description": "One-click download of images and videos from Amazon, supporting both individual file and full file packaging download.",
  "action": {
    "default_icon": "./assets/images/logo.png",
    "default_popup": "./popup/index.html"
  },
  "icons": {
    "16": "./assets/images/logo.png",
    "48": "./assets/images/logo.png",
    "128": "./assets/images/logo.png"
  },
  "oauth2": {
    "client_id": "260833350733-ehk0cu3604f0is3gb8sfi0mn3ogqp1n7.apps.googleusercontent.com",
    "scopes": [
      "email",
      "openid"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*.amazon.com/*",
    "*://*.amazon.com.au/*",
    "*://*.amazon.com.be/*",
    "*://*.amazon.com.br/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.com.tr/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.ae/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.de/*",
    "*://*.amazon.eg/*",
    "*://*.amazon.es/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.in/*",
    "*://*.amazon.it/*",
    "*://*.amazon.nl/*",
    "*://*.amazon.pl/*",
    "*://*.amazon.sa/*",
    "*://*.amazon.se/*",
    "*://*.amazon.sg/*",
    "*://*.yueplan.top/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.amazon.com.au/*",
        "*://*.amazon.com.be/*",
        "*://*.amazon.com.br/*",
        "*://*.amazon.com.mx/*",
        "*://*.amazon.com.tr/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.co.jp/*",
        "*://*.amazon.ae/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.cn/*",
        "*://*.amazon.de/*",
        "*://*.amazon.eg/*",
        "*://*.amazon.es/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.in/*",
        "*://*.amazon.it/*",
        "*://*.amazon.nl/*",
        "*://*.amazon.pl/*",
        "*://*.amazon.sa/*",
        "*://*.amazon.se/*",
        "*://*.amazon.sg/*",
        "*://*.yueplan.top/*"
      ],
      "js": [
        "contentScripts/index.global.js"
      ]
    }
  ]
}