AdBlock on YouTube™

The only YouTube™ ad blocker built by AdBlock, the most popular Chrome extension with 60 million users worldwide

AdBlock on YouTube™ क्या है?

AdBlock on YouTube™ https://getadblock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The only YouTube™ ad blocker built by AdBlock, the most popular Chrome extension with 60 million users worldwide"।

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

screenshot

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

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

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

                        AdBlock on YouTube™ removes ads and enhances your video watching experience.

You don't have to sit through unskippable pre-roll ads with AdBlock. Unlike other ad blockers, AdBlock lets you filter ads and even allow ads on individual channels to support the YouTubers you love. 

-------------------------------------------------------
Why is AdBlock on YouTube the best ad blocker?

☞ AdBlock on YouTube is a free ad blocker app based on the same open source code that powers AdBlock, one of the best adblockers worldwide with more than 350 million downloads.
☞ Easy setup makes it simple to install, and you can disable the adblocker at any time.
☞ Get rid of annoying pre-roll, mid-roll, and other video ads that interrupt what you are trying to watch.
☞ Don’t let your videos get interrupted by intrusive ads. Block them before they even pop up with the best video ad blocker protection.
Want to stop all video ads in a matter of seconds? Download AdBlock on YouTube, and visit the AdBlock website here for more info: https://getadblock.com/                    

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

नाम AdBlock on YouTube™ AdBlock on YouTube™
ID emngkmlligggbbiioginlkphcmffbncb
आधिकारिक URL https://chromewebstore.google.com/detail/adblock-on-youtube/emngkmlligggbbiioginlkphcmffbncb
विवरण The only YouTube™ ad blocker built by AdBlock, the most popular Chrome extension with 60 million users worldwide
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 580,081
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2020-07-29
प्रकाशन तिथि 2020-05-12
रेटिंग 3.14/5 कुल 708 रेटिंग्स
डेवलपर https://getadblock.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://getadblock.com/privacy
समर्थित भाषाएँ ms,de,en,fr,nl,no,tr,ca,es,it,hu,pl,pt-BR,sv,cs,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name_adblock_on_youtube__",
    "short_name": "__MSG_name_adblock_on_youtube__",
    "author": "BetaFish",
    "version": "1.7.0",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "unlimitedStorage",
        "tabs",
        "idle",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "punycode.min.js",
            "jquery\/jquery-2.1.1.min.js",
            "port.js",
            "functions.js",
            "settings.js",
            "stats.js",
            "survey.js",
            "filtering\/domainset.js",
            "filtering\/filteroptions.js",
            "filtering\/filtertypes.js",
            "filtering\/domaintypes.js",
            "filtering\/filterset.js",
            "filtering\/myfilters.js",
            "filtering\/filternormalizer.js",
            "idlehandler.js",
            "servermessages.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16x16.png",
            "20": "img\/20x20.png",
            "32": "img\/32x32.png",
            "38": "img\/40x40.png",
            "40": "img\/40x40.png",
            "64": "img\/64x64.png"
        },
        "default_popup": "button\/popup.html",
        "default_title": "__MSG_name_adblock_on_youtube__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.getadblock.com\/*"
            ],
            "js": [
                "port.js",
                "functions.js",
                "bandaids.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "port.js",
                "functions.js",
                "adblock_start_common.js",
                "adblock_start_chrome.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description_yt__",
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "minimum_chrome_version": "49.0",
    "options_page": "options\/index.html"
}