Adblock for Youtube™

Reliable adblocker of video ads for Youtube™

Adblock for Youtube™ क्या है?

Adblock for Youtube™ https://youtubeadblock.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reliable adblocker of video ads for Youtube™"।

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

screenshot
screenshot

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

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

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

                        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: Adblock for Youtube™ is not an official plugin. Youtube™ is a trademark of YouTube LLC                    

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

नाम Adblock for Youtube™ Adblock for Youtube™
ID ijelnahiojlfbmiihbmgkaldffppfelp
आधिकारिक URL https://chromewebstore.google.com/detail/adblock-for-youtube/ijelnahiojlfbmiihbmgkaldffppfelp
विवरण Reliable adblocker of video ads for Youtube™
फ़ाइल का आकार 47.68 KB
स्थापना संख्या 289,469
वर्तमान संस्करण 1.2.52
अंतिम अपडेट 2023-12-08
प्रकाशन तिथि 2019-05-21
रेटिंग 3.91/5 कुल 268 रेटिंग्स
डेवलपर https://youtubeadblock.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://browser-extensions.club/ru/privacy-policy
समर्थित भाषाएँ 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",
    "background": {
        "scripts": [
            "superagent.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles.css"
            ],
            "js": [
                "Foreground.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.52"
}