AdzShield

Automatically skips ads on Youtube and hides ads on Google.

AdzShieldとは何ですか?

AdzShieldはhttps://adzshield.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically skips ads on Youtube and hides ads on Google.」です。

拡張機能のスクリーンショット

screenshot

AdzShield拡張機能のCRXファイルをダウンロード

AdzShield拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enjoying your browsing experience on Google and Youtube with Adz Shield. 
We will make sure that you are not getting distracted by annoying ads.
- Clicks on "skip ad" for you on Youtube
- Hides distracting ads on Youtube and Google.                    

拡張機能の基本情報

名前 AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
公式URL https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
説明 Automatically skips ads on Youtube and hides ads on Google.
ファイルサイズ 17.25 KB
インストール数 111,992
現在のバージョン 1.0.4
最終更新日 2023-11-28
公開日 2022-01-11
評価 4.43/5 合計 23 レビュー
開発者 https://adzshield.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://adzshield.com/privacy.php
対応言語 de,en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "c.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}