WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TubeBlocker - AdBlock for YouTube™

TubeBlocker - AdBlock for YouTube™

View on Chrome Web Store
View TubeBlocker - AdBlock for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Remove video ads and other banners on YouTube and other websites.
Type
Extension
Users
1,000 users
1K
Tube Blocker
View author page of Tube Blocker
Published
Published on February 3, 2026
Version 11.1.6
Manifest version
3
Updated
Updated on February 3, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View TubeBlocker - AdBlock for YouTube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "11.1.6",
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest",
        "unlimitedStorage",
        "history"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/assets\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "2",
                "path": "\/data\/2.json"
            },
            {
                "enabled": true,
                "id": "9",
                "path": "\/data\/9.json"
            },
            {
                "enabled": true,
                "id": "10",
                "path": "\/data\/10.json"
            }
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top