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": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "action": { "default_title": "Highlight Ads", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "activeTab", "storage", "scripting", "commands" ], "commands": { "toggle-extension": { "suggested_key": { "default": "Alt+X" }, "description": "Toggle the extension" }, "_execute_action": { "suggested_key": { "default": "Alt+A" }, "description": "Activate the extension" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.ae\/search*", "https:\/\/www.google.ca\/search*", "https:\/\/www.google.cl\/search*", "https:\/\/www.google.co.in\/search*", "https:\/\/www.google.co.jp\/search*", "https:\/\/www.google.co.th\/search*", "https:\/\/www.google.co.uk\/search*", "https:\/\/www.google.co.za\/search*", "https:\/\/www.google.com.ar\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.com.br\/search*", "https:\/\/www.google.com.hk\/search*", "https:\/\/www.google.com.mx\/search*", "https:\/\/www.google.com.my\/search*", "https:\/\/www.google.com.pe\/search*", "https:\/\/www.google.com.ph\/search*", "https:\/\/www.google.com.sa\/search*", "https:\/\/www.google.com.sg\/search*", "https:\/\/www.google.com.tr\/search*", "https:\/\/www.google.com.tw\/search*", "https:\/\/www.google.com.vn\/search*", "https:\/\/www.google.com\/search*", "https:\/\/www.google.de\/search*", "https:\/\/www.google.es\/search*", "https:\/\/www.google.fr\/search*", "https:\/\/www.google.it\/search*", "https:\/\/www.google.nl\/search*" ], "js": [ "content-scripts\/content.js" ] } ] }