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, "browser_specific_settings": { "gecko": { "id": "{2ce7df96-558d-4c2c-8d88-68606ebbe8db}", "strict_min_version": "58.0" } }, "name": "Google Search Ad Remover And Customizer", "description": "This extension gives you the ability to customize how your Google search results look like.", "version": "1.2.14", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "program.js" ] } ], "permissions": [ "storage" ] }