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
Eメール [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"
    }
}