Google Ads Hider

Hide Google search ads

What is Google Ads Hider?

Google Ads Hider is a Chrome extension developed by Yui, and its main feature is "Hide Google search ads".

Extension Screenshots

screenshot
screenshot

Download Google Ads Hider Extension CRX File

Download Google Ads Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Google Ads Hider is a browser extension designed to enhance your Google search experience. With a simple click on the extension's icon, you can easily toggle between hiding and displaying ads on your Google search results. By default, upon installation, ads will be hidden.                    

Extension Basic Information

Name Google Ads Hider Google Ads Hider
ID ngiebklmehgbkilagngnkeppmncackol
Official URL https://chromewebstore.google.com/detail/google-ads-hider/ngiebklmehgbkilagngnkeppmncackol
Description Hide Google search ads
File Size 7.09 MB
Installation Count 63
Current Version 1.0
Last Updated 2023-08-24
Publish Date 2023-08-24
Rating 5.00/5 Total 1 Ratings
Developer Yui
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Ads Hider",
    "version": "1.0",
    "description": "Hide Google search ads",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.co.uk\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "active.png",
            "48": "active.png",
            "128": "active.png"
        }
    },
    "icons": {
        "16": "active.png",
        "48": "active.png",
        "128": "active.png"
    }
}