Remove Ads from Youtube™

Block ads on Youtube™.

Remove Ads from Youtube™ क्या है?

Remove Ads from Youtube™ http://www.adblockforyoutube.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block ads on Youtube™."।

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

screenshot
screenshot

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

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

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

                        Simply removes Ads from YouTube™

Prevent advertisements from being displayed. 
Banner, ad clips or even pre-roll ads that you normally see before the actual video on YouTube is removed by this extension.


Remove Ads on Youtube™ is simply based on removing external ad spaces on YouTube. We do not change anything on the website itself.
Remove Ads on Youtube™ increases performance to load websites (without ads and tracking)


This extension is not related in any way to Youtube™                    

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

नाम Remove Ads from Youtube™ Remove Ads from Youtube™
ID ilbabcolfadbecogkdnpicopfclfnjln
आधिकारिक URL https://chrome.google.com/webstore/detail/remove-ads-from-youtube/ilbabcolfadbecogkdnpicopfclfnjln
विवरण Block ads on Youtube™.
फ़ाइल का आकार 105 KB
स्थापना संख्या 1,264
वर्तमान संस्करण 1.9
अंतिम अपडेट 2021-02-23
प्रकाशन तिथि 2021-02-19
रेटिंग 3.87/5 कुल 46 रेटिंग्स
डेवलपर http://www.adblockforyoutube.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js",
            "update-conf.js",
            "update.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "pages\/popup.html",
        "default_title": "Remove Ads from YouTube\u2122"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*doubleclick.net\/*",
        "*:\/\/*doubleclick.com\/*",
        "*:\/\/*googlesyndication.com\/*",
        "*:\/\/*google.com\/*",
        "*:\/\/*ads.google.com\/*",
        "*:\/\/*youtube.com\/*",
        "*:\/\/*flashtalking.com\/*",
        "*:\/\/*googleadservices.com\/*",
        "*:\/\/*googleusercontent.com\/*",
        "*:\/\/*.googleusercontent.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}