TubeBlock - Adblock for Youtube

Say Goodbye to Annoying Ads with TubeBlock Adblock for Youtube

TubeBlock - Adblock for Youtubeとは何ですか?

TubeBlock - Adblock for YoutubeはAna Bowenによって開発されたChromeの拡張機能で、その主な機能は「Say Goodbye to Annoying Ads with TubeBlock Adblock for Youtube」です。

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

screenshot

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

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

拡張機能の使用方法

                        TubeBlock Adblock for Youtube is the ultimate solution for a clean and distraction-free YouTube experience. Say goodbye to annoying ads and welcome a smoother, more enjoyable browsing experience. With TubeBlock, you can:

⭐ Effortlessly block all types of ads on YouTube, including video ads, banner ads, and pop-ups  
⭐ Enjoy faster page loading times and reduced data usage  
⭐ Browse YouTube without any interruptions or distractions  
⭐ Protect your privacy and security by blocking malicious ads and tracking scripts  

TubeBlock Adblock for Youtube is easy to use and highly customizable, so you can adjust it to fit your specific needs. With TubeBlock, you'll never have to deal with annoying ads on YouTube again!                    

拡張機能の基本情報

名前 TubeBlock - Adblock for Youtube TubeBlock - Adblock for Youtube
ID mkdijghjjdkfpohnmmoicikpkjodcmio
公式URL https://chromewebstore.google.com/detail/tubeblock-adblock-for-you/mkdijghjjdkfpohnmmoicikpkjodcmio
説明 Say Goodbye to Annoying Ads with TubeBlock Adblock for Youtube
ファイルサイズ 277 KB
インストール数 4,254,530
現在のバージョン 1.0.5
最終更新日 2023-12-29
公開日 2023-03-11
評価 3.89/5 合計 173 レビュー
開発者 Ana Bowen
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/e/2PACX-1vROhNSEIKdoHCPvP2avNkoTY9bAFPn_ztX6FV5lc1Kv6G5B-1JB63dwx1ICNDeCJ3YYVhgRkY2PuZfg/pub
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TubeBlock Adblock for Youtube",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ads",
                "enabled": true,
                "path": "rules\/remove_ads.json"
            },
            {
                "id": "annotations",
                "enabled": true,
                "path": "rules\/remove_annotations.json"
            }
        ]
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/remove_ads.css",
                "\/css\/remove_annotations.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}