TubeAdblock - Adblocker for Youtube™

Removes ads from Youtube™.

TubeAdblock - Adblocker for Youtube™ क्या है?

TubeAdblock - Adblocker for Youtube™ TubeAdblock - Adblock for Youtube™ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes ads from Youtube™."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TubeAdblock - Adblocker for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TubeAdblock - Adblocker for Youtube™ TubeAdblock - Adblocker for Youtube™
ID dfkpmccbdloclhjpfkajmickejdlpohn
आधिकारिक URL https://chromewebstore.google.com/detail/tubeadblock-adblocker-for/dfkpmccbdloclhjpfkajmickejdlpohn
विवरण Removes ads from Youtube™.
फ़ाइल का आकार 405 KB
स्थापना संख्या 3,789
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2023-01-02
प्रकाशन तिथि 2022-12-28
रेटिंग 4.27/5 कुल 11 रेटिंग्स
डेवलपर TubeAdblock - Adblock for Youtube™
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tubeadblock.extmix.com
समर्थित भाषाएँ 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
}