TubeAdblock - Adblocker for Youtube™

Removes ads from Youtube™.

What is TubeAdblock - Adblocker for Youtube™?

TubeAdblock - Adblocker for Youtube™ is a Chrome extension developed by TubeAdblock - Adblock for Youtube™, and its main feature is "Removes ads from Youtube™.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TubeAdblock - Adblocker for Youtube™ Extension CRX File

Download TubeAdblock - Adblocker for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TubeAdblock - Adblock for Youtube™ is an ad blocking browser extension which blocks all ads on Youtube™. 

This allows users to prevent the display of page elements such as advertisements.

Banners, commercials, or even commercials that you usually see before videos on Youtube are blocked by the extension.

Save your time by stopping these useless advertisements. 

Features:
 + Blocks ads, banner and popups
 + Adblock on external sites which load Youtube
 + Prevent pre roll ads from loading on Youtube
 + Loads videos and YouTube website faster.

The technology is based on adblocking filter lists which blocks external ad urls on Youtube. blocks outside advertisement urls on Youtube. 
We change nothing on the actual site.

Adblock for Youtube boosts the performance to load websites (without ads and tracking)
It is free!

Disclaimer: TubeAdblock - Adblock for Youtube™ is not an official plugin. Youtube™ is a trademark of YouTube LLC                    

Extension Basic Information

Name TubeAdblock - Adblocker for Youtube™ TubeAdblock - Adblocker for Youtube™
ID dfkpmccbdloclhjpfkajmickejdlpohn
Official URL https://chromewebstore.google.com/detail/tubeadblock-adblocker-for/dfkpmccbdloclhjpfkajmickejdlpohn
Description Removes ads from Youtube™.
File Size 405 KB
Installation Count 3,789
Current Version 1.1.3
Last Updated 2023-01-02
Publish Date 2022-12-28
Rating 4.27/5 Total 11 Ratings
Developer TubeAdblock - Adblock for Youtube™
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tubeadblock.extmix.com
Supported Languages id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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",
    "name": "__MSG_name__",
    "version": "1.1.3",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "y_rules",
                "enabled": true,
                "path": "rules\/y.json"
            },
            {
                "id": "feedback_rules",
                "enabled": true,
                "path": "rules\/feedback_rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "TubeAdblock.png"
    },
    "action": {
        "default_icon": "TubeAdblock.png",
        "default_title": "TubeAdblock - Adblocker for Youtube\u2122",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/element-picker.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/y.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}