Google Ads Hider

Hide Google search ads

什么是Google Ads Hider?

Google Ads Hider是由Yui开发的Chrome扩展程序,该扩展的主要功能是“Hide Google search ads”。

扩展截图

screenshot
screenshot

下载Google Ads Hider扩展crx文件

下载Google Ads Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Ads Hider Google Ads Hider
ID ngiebklmehgbkilagngnkeppmncackol
官方URL https://chromewebstore.google.com/detail/google-ads-hider/ngiebklmehgbkilagngnkeppmncackol
简介 Hide Google search ads
文件大小 7.09 MB
安装次数 63
当前版本 1.0
更新时间 2023-08-24
上架时间 2023-08-24
评分 5.00/5 共1次评分
开发者 Yui
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}