Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

Youtube Anti-Adblock Bypassとは何ですか?

Youtube Anti-Adblock BypassはProject Centurionによって開発されたChromeの拡張機能で、その主な機能は「Allows you to watch YouTube videos with an adblocker.」です。

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

screenshot

Youtube Anti-Adblock Bypass拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows you to watch YouTube videos with an Adblocker installed. This extension is not an adblocker, it simply disables the YouTube popup that prevents you from watching videos. Use with extensions such as uBlock Origin for best results.

If you want to support me & fund further improvements: https://ko-fi.com/milkdudpoe                    

拡張機能の基本情報

名前 Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
公式URL https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
説明 Allows you to watch YouTube videos with an adblocker.
ファイルサイズ 102 KB
インストール数 20,000
現在のバージョン 1.0.0
最終更新日 2023-10-29
公開日 2023-10-25
評価 3.94/5 合計 203 レビュー
開発者 Project Centurion
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Anti-Adblock Bypass",
    "description": "Allows you to watch YouTube videos with an adblocker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/music.youtube.com\/watch*"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}