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_appShortName__", "version": "2.2.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "public\/icons\/icon-16.png", "48": "public\/icons\/icon-48.png", "96": "public\/icons\/icon-96.png", "128": "public\/icons\/icon-128.png" }, "content_security_policy": { "extensions_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "downloads", "storage", "activeTab" ], "host_permissions": [], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.eg\/product-reviews\/*", "*:\/\/www.amazon.com.br\/product-reviews\/*", "*:\/\/www.amazon.ca\/product-reviews\/*", "*:\/\/www.amazon.com.mx\/product-reviews\/*", "*:\/\/www.amazon.com\/product-reviews\/*", "*:\/\/www.amazon.cn\/product-reviews\/*", "*:\/\/www.amazon.in\/product-reviews\/*", "*:\/\/www.amazon.co.jp\/product-reviews\/*", "*:\/\/www.amazon.sa\/product-reviews\/*", "*:\/\/www.amazon.sg\/product-reviews\/*", "*:\/\/www.amazon.com.tr\/product-reviews\/*", "*:\/\/www.amazon.ae\/product-reviews\/*", "*:\/\/www.amazon.com.be\/product-reviews\/*", "*:\/\/www.amazon.fr\/product-reviews\/*", "*:\/\/www.amazon.de\/product-reviews\/*", "*:\/\/www.amazon.it\/product-reviews\/*", "*:\/\/www.amazon.nl\/product-reviews\/*", "*:\/\/www.amazon.pl\/product-reviews\/*", "*:\/\/www.amazon.es\/product-reviews\/*", "*:\/\/www.amazon.se\/product-reviews\/*", "*:\/\/www.amazon.co.uk\/product-reviews\/*", "*:\/\/www.amazon.com.au\/product-reviews\/*" ], "js": [ "front-vendors.js", "contentApp.js" ] }, { "matches": [ "https:\/\/amzrd.account.mxnpro.ovh\/*" ], "js": [ "account.js" ], "all_frames": true }, { "matches": [ "https:\/\/amazon-reviews-exporter.mxnpro.ovh\/*" ], "js": [ "updatev2.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/public\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }