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": "PriceBlink Coupons and Price Comparison", "short_name": "PriceBlink", "version": "9.5", "description": "Finds Coupons and Compares Prices while you shop. Shows savings when you're shopping, otherwise it stays hidden.", "permissions": [ "tabs", "webRequest", "storage", "alarms" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/jquery.min.js", "js\/purify.min.js", "js\/app.js", "js\/iframe.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ "js\/early.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "fonts\/*", "images\/*", "html\/*", "js\/*", "css\/*", "js\/iframe.js", "js\/webScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": "images\/icon_16.png", "default_title": "PriceBlink", "default_popup": "html\/coupons_popup.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "options_ui": { "page": "html\/options.html" } }