Youtube adblocker

watch ads free videos on youtube

Youtube adblockerとは何ですか?

Youtube adblockerはyoutbadblockerによって開発されたChromeの拡張機能で、その主な機能は「watch ads free videos on youtube」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Youtube adblocker is a Chrome extension designed to enhance your browsing experience by blocking intrusive ads on youtube  and annoying pop-ups. With its user-friendly interface, it offers efficient ad and popup blocking, allowing you to enjoy a cleaner, faster, and more secure online environment. Say goodbye to distractions, protect your privacy, and browse the web with ease. Install Youtube adblocker today and take control of your online experience.                    

拡張機能の基本情報

名前 Youtube adblocker Youtube adblocker
ID nihjoknbdeopkanoegafjcbbeaidemke
公式URL https://chromewebstore.google.com/detail/youtube-adblocker/nihjoknbdeopkanoegafjcbbeaidemke
説明 watch ads free videos on youtube
ファイルサイズ 136 KB
インストール数 440
現在のバージョン 1.2.0
最終更新日 2024-01-15
公開日 2023-09-24
評価 5.00/5 合計 23 レビュー
開発者 youtbadblocker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.youtubeadblocker.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube adblocker",
    "description": "watch ads free videos on youtube",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "YoutubeAdBlocker16x16.png",
        "48": "YoutubeAdBlocker48x48.png",
        "128": "YoutubeAdBlocker128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "YoutubeAdBlocker",
        "default_icon": "YoutubeAdBlocker16x16.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}