Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Amazon Keyword Tracker & Reverse Asin Lookup",
"short_name": "Keyword Tracker by AMZScout",
"description": "Track keyword rankings to run cost-effective PPC with high-output keywords only.",
"version": "1.4.2",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"38": "images\/38.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"author": "https:\/\/amzscout.net",
"homepage_url": "https:\/\/amzscout.net",
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"background",
"unlimitedStorage"
],
"optional_permissions": [],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_icon": "images\/38.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/XDcjEGjjrNttpM88X0byLnY569FanSFMVDUQXi8xD47IVea6hG6H0ho7YhFx2o+mBYrgtoXmTeN31JOzk1jNHl5TX0TT78kPYOs623sTzYpc8z8CCq0TBWK3L\/UeA\/SOTXtEyNbF5fz5uTnBZQnJjEgt5k6ZTm4dOBFSq7Eg1SwoBk+T9XmRt\/AOTn4mseA5C2Vg99kiavsKpNV2l3dkiFSc2GOxXa6545eiYQZtkrHNzWGuwU6oy746Le0SYkE747gYJ1oGDkfqKkQz38jv5zAqJCxLLxTK\/guzMHf9UDQBh3ItZrlxSMnzc9UE\/soWia4sMNnw3VR6W6zkI76wIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; child-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/*.gif",
"images\/*.jpg",
"question.svg",
"upgrade-failed.svg",
"upgrade-success.svg",
"images\/button\/*.svg",
"images\/menus\/*.svg",
"images\/modals\/*.svg",
"images\/paywall\/*.svg",
"images\/paywall\/*.png",
"images\/signin\/*.svg",
"images\/signin\/*.png",
"styles.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.amazon.cn\/*",
"*:\/\/www.amazon.nl\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.es\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.in\/*",
"*:\/\/www.amazon.com.au\/*"
],
"js": [
"polyfills.js",
"main.js"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.amzscout.net\/*"
]
}
}