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": "Coupon Hacker: Unlock VIP & Hidden Coupon Codes with AI", "version": "1.1.2", "description": "Tests 1,000+ secret coupon codes and uses AI to find store-specific deals\u2014auto-applied at checkout on Amazon & 80,000+ stores.", "permissions": [ "activeTab", "storage", "tabs", "webNavigation", "scripting", "offscreen" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "src\/background\/background.js", "type": "module" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "src\/popup\/landing.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/tac\/retail.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.br\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/content\/amazon-coupon.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/utils\/storage.js", "src\/content\/modules\/utils.js", "src\/content\/modules\/simple_detection.js", "src\/content\/modules\/platform.js", "src\/content\/modules\/tracking.js", "src\/content\/modules\/ui.js", "src\/content\/modules\/testing.js", "src\/content\/modules\/index.js", "src\/content\/content.js" ], "all_frames": false }, { "matches": [ "*:\/\/*.shopify.com\/*", "*:\/\/checkout.shopify.com\/*", "*:\/\/*.shop.app\/*", "*:\/\/*.myshopify.com\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/content\/modules\/shopify-checkout-handler.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.stripe.com\/*", "*:\/\/buy.stripe.com\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/content\/stripe-checkout.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.shop.app\/*", "*:\/\/checkout.shopify.com\/*", "*:\/\/*.stripe.com\/*", "*:\/\/buy.stripe.com\/*", "*:\/\/*.paypal.com\/*" ], "js": [ "src\/utils\/disable-logs.js", "src\/content\/store-extractor.js" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "src\/content\/couponlist.json", "src\/utils\/navigation\/helper.html", "src\/utils\/navigation\/processor.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "use_dynamic_url": true }, { "resources": [ "src\/content\/modules\/site_detector.js", "src\/utils\/disable-logs.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }