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", "name": "DealFinder by VoucherCodes", "short_name": "DealFinder", "description": "Automatically find and apply voucher codes when you shop online.", "version": "2.4.1", "default_locale": "en_GB", "manifest_version": 3, "homepage_url": "https:\/\/www.vouchercodes.co.uk\/dealfinder", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background_chrome.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.vouchercodes.co.uk\/*" ], "exclude_globs": [ "*.png*", "*.svg*", "*.jpg*", "*.jpeg*", "*.gif*", "*.mp4*", "*.pdf*", "*.xml*" ], "js": [ "content_chrome.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "content.css", "images\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.vouchercodes.co.uk\/*" ] } ], "version_name": "2.4.1", "action": { "default_icon": "icons\/icon-inactive_48.png", "default_title": "DealFinder by VoucherCodes" } }