Inspect and view changes in AmazonSeller Filter 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "AmazonSeller Filter",
"version": "3.2.0",
"description": "amazon seller filter of amazon.co.jp",
"icons": {
"128": "icons/on2.png"
},
"background": {
"service_worker": "background.js"
},
"action": {},
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"https://*.amazon.com/",
"https://*.amazon.co.jp/",
"https://*.amazon.de/",
"https://*.amazon.fr/",
"https://*.amazon.co.uk/",
"https://*.amazon.it/",
"https://*.amazon.es/"
]
}