Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automatic Coupons & Price Comparison", "description": "Automatically discover and apply discounts while you shop online! Save time and money effortlessly with our smart shopping tool.", "version": "1.0.0", "icons": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-da6fccff.js", "assets\/test.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" } }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/string-52dbe240.js", "assets\/index.ts-3cbfbdd4.js" ], "use_dynamic_url": true } ] }