Adblocker for YouTube™

Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.

Adblocker for YouTube™とは何ですか?

Adblocker for YouTube™はYT Adblockによって開発されたChromeの拡張機能で、その主な機能は「Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.」です。

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

screenshot
screenshot

Adblocker for YouTube™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do you find Youtube ads annoying and distracting? Adblocker for Youtube™ is a free browser extension that blocks all ads on YouTube, allowing you to enjoy uninterrupted videos. If you're tired of sitting through ads on Youtube, give it a try and enjoy a seamless viewing experience. 

key features 

>> Blocks all ads on Youtube: No more annoying pop-ups, banners, or pre-roll ads. 

>> Saves time: Watch videos without having to sit through ads. 

>> Compatibility: Adblocker for Youtube™ is compatible with popular web browsers like Google Chrome and Microsoft Edge. 

 
How To Use? 

>> Install the Adblocker for Youtube™ extension: Install the extension by clicking on "Add to Chrome" button 

>> Once installed, click on the extension icon in your browser's toolbar to enable it. 

>>  Enjoy ad-free videos on Youtube                    

拡張機能の基本情報

名前 Adblocker for YouTube™ Adblocker for YouTube™
ID ocpbafeegjjnfppckhackoojckloofan
公式URL https://chromewebstore.google.com/detail/adblocker-for-youtube/ocpbafeegjjnfppckhackoojckloofan
説明 Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.
ファイルサイズ 57.63 KB
インストール数 67,742
現在のバージョン 1.1
最終更新日 2023-05-25
公開日 2022-09-20
評価 4.55/5 合計 44 レビュー
開発者 YT Adblock
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Adblocker for YouTube\u2122 ",
    "description": "Install Adblocker for YouTube\u2122 chrome extension & completely block all the annoying ads. Best YT ad remover.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/Icon_16.png",
        "32": ".\/icons\/Icon_32.png",
        "48": ".\/icons\/Icon_48.png",
        "64": ".\/icons\/Icon_64.png",
        "128": ".\/icons\/Icon_128.png",
        "2000": ".\/icons\/Icon_2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "my_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}