YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

YouTube AdBlock Notification Blockerとは何ですか?

YouTube AdBlock Notification Blockerはradiumcodingによって開発されたChromeの拡張機能で、その主な機能は「Seamlessly block YouTube ad-blocker popups for uninterrupted viewing」です。

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

screenshot

YouTube AdBlock Notification Blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enhance your YouTube experience with the YouTube AdBlock Notification Blocker extension! Say goodbye to interruptions caused by ad-blocker popups on the YouTube website. Our extension works quietly in the background, seamlessly removing these notifications, ensuring you can enjoy uninterrupted content without any hassle.                    

拡張機能の基本情報

名前 YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
公式URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
説明 Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
ファイルサイズ 7.3 KB
インストール数 77
現在のバージョン 1.0
最終更新日 2023-10-24
公開日 2023-10-24
評価 2.33/5 合計 3 レビュー
開発者 radiumcoding
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube AdBlock Notification Blocker",
    "version": "1.0",
    "description": "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    }
}