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": "__MSG_appName__", "short_name": "__MSG_shortName__", "description": "__MSG_appDesc__", "version": "1.5.7", "default_locale": "en", "icons": { "16": "img\/48.png", "48": "img\/96.png", "128": "img\/128.png" }, "action": { "default_icon": "img\/96.png", "default_title": "__MSG_shortName__" }, "author": "https:\/\/amzscout.net", "homepage_url": "https:\/\/amzscout.net", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "background", "activeTab", "tabs", "storage", "unlimitedStorage", "cookies" ], "optional_permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCYjoB1xwTFSupEL3cFuVGArMEZc7BO2KoOAEZjj\/Yz9ACkGjb0TnBfSZTrSWrasEChMUipaF\/stVZTwk5OlIcjNEFAGhD4zmRUYoccsZvKaamGXg6HQuhZEHnGhKeHedgJ7aKh20U2bCsIownxi4rS8dHrSpqyISdJFWzjkTxUPJC\/nw4h2Cr4q1WamChYo6qZTEJ0JOmozzQX8iDR093AlyK0Y+Oi8TXvTMyhOdOuV0I5Pa60lAVQy7BivedhW05IYZGujmMUJTdFyUNteYMTO+M1xn03+FF2vs\/LzqG0awaduyILbKFAtpepxkcomNf2yhR6kXhqLbIlYBLmhewIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; child-src 'self';" }, "web_accessible_resources": [ { "resources": [ "icons.css", "img\/*.png", "img\/*.svg", "img\/*.gif", "img\/*.jpg", "img\/signin\/*.png", "img\/signin\/*.svg", "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\/*", "*:\/\/www.amazon.ae\/*", "*:\/\/www.amazon.sa\/*" ], "js": [ "polyfills.js", "main.js" ], "css": [ "icons.css" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.amzscout.net\/*" ] } }