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": "wanteeed", "description": "__MSG_description__", "version": "2.101.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "src\/scripts\/content.js", "src\/scripts\/comparator.js", "node_modules\/@wanteeed\/vouchertester\/dist\/index.js" ] } ], "background": { "service_worker": "src\/scripts\/background.js" }, "icons": { "16": "icons\/app-16.png", "32": "icons\/app-32.png", "48": "icons\/app-48.png", "64": "icons\/app-64.png", "128": "icons\/app-128.png", "256": "icons\/app-256.png", "512": "icons\/app-512.png", "1024": "icons\/app-1024.png" }, "default_locale": "fr", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "http:\/\/www.wanteeed.com\/", "permissions": [ "tabs", "webNavigation", "cookies", "alarms", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": { "16": "icons\/toolbar-disabled-light-16.png", "32": "icons\/toolbar-disabled-light-32.png", "64": "icons\/toolbar-disabled-light-64.png" }, "default_title": "Wanteeed" } }