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", "name": "Hide Google Ads", "version": "1.1.0", "manifest_version": 2, "description": "Hide Google Ads", "homepage_url": "https:\/\/www.w-jerome.fr", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.google.fr\/*", "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ], "all_frames": true } ] }