Inspect and view changes in Amazon Images Downloader Plus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.0.1.0",
"version_name": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "src/popup/index.html",
"default_icon": "img/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/index-loader-Qv7_2LR5.js",
"assets/index-loader-DJebnKHe.js"
],
"all_frames": false,
"matches": [
"*://*.amazon.com/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.it/*",
"*://*.amazon.es/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.com.au/*",
"*://*.amazon.ca/*",
"*://*.amazon.in/*",
"*://*.amazon.ae/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.tr/*",
"*://*.amazon.nl/*"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*://*.amazon.com/*",
"*://*.amazon.de/*",
"*://*.amazon.fr/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.it/*",
"*://*.amazon.es/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.com.au/*",
"*://*.amazon.ca/*",
"*://*.amazon.in/*",
"*://*.amazon.ae/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.tr/*",
"*://*.amazon.nl/*",
"*://*.media-amazon.com/*",
"*://amazonimagesdownloader.extensionsgod.com/*"
],
"permissions": [
"storage",
"identity",
"downloads"
],
"web_accessible_resources": [
{
"matches": [
"*://*.amazon.ae/*",
"*://*.amazon.ca/*",
"*://*.amazon.co.jp/*",
"*://*.amazon.co.uk/*",
"*://*.amazon.com.au/*",
"*://*.amazon.com.br/*",
"*://*.amazon.com.mx/*",
"*://*.amazon.com.tr/*",
"*://*.amazon.com/*",
"*://*.amazon.de/*",
"*://*.amazon.es/*",
"*://*.amazon.fr/*",
"*://*.amazon.in/*",
"*://*.amazon.it/*",
"*://*.amazon.nl/*"
],
"resources": [
"worker/download-worker.js",
"assets/runtime-dom.esm-bundler-BoCxUY9o.js",
"assets/bus-ChB1Ln-M.js",
"assets/messages-CeC4JrAS.js",
"assets/index-CkQDBlAs.js",
"assets/base-BjERfbV8.js",
"assets/get-pay-link-BpYtxrP9.js",
"assets/root-BnLO_GJb.js",
"assets/index-BJC82eju.js"
],
"use_dynamic_url": false
}
],
"icons": {
"16": "img/logo-16.png",
"32": "img/logo-32.png",
"48": "img/logo-48.png",
"128": "img/logo-128.png"
},
"oauth2": {
"client_id": "1038913504434-dd3on4od345l338p9p8g8n4jecavv4od.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}