Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "3.0.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "action": { "default_title": "__MSG_extName__" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.co.za\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.be\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.cz\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.eg\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.ie\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.firstcry.com\/*", "*:\/\/*.flipkart.com\/*", "*:\/\/*.homedepot.com\/*", "*:\/\/*.myntra.com\/*", "*:\/\/*.nike.com\/*", "*:\/\/*.shopclues.com\/*", "*:\/\/*.snapdeal.com\/*", "*:\/\/*.target.com\/*", "*:\/\/*.walmart.com\/*" ], "css": [ "content-scripts\/shared.css" ], "js": [ "content-scripts\/shared.js" ] } ] }