Youtube™ Adblocker

Youtube ™ Adblocker disables all ads in one click.

Youtube™ Adblocker क्या है?

Youtube™ Adblocker betento6334 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube ™ Adblocker disables all ads in one click."।

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

screenshot
screenshot
screenshot

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

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

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

                        Nowadays a very popular YouTube application and you probably like to watch your favorite bloggers or listen to your favorite music in it.  Surely you had to interrupt your viewing for dim ads that you do not want to see.  Youtube AdBlocker can easily help you with this.  When installed, it will instantly remove your ads and you can simply forget about it.  It is a very easy to use product.  We did our best to make Youtube AdBlocker as functional as possible.  We are confident that you will be happy with the installation.  Rather, join our users and enjoy using, and to download our  YouTube AdBlocker  just follow the link below.                    

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

नाम Youtube™ Adblocker Youtube™ Adblocker
ID imllljhjdokmdbpkdgfjdfbgfkpobobo
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-adblocker/imllljhjdokmdbpkdgfjdfbgfkpobobo
विवरण Youtube ™ Adblocker disables all ads in one click.
फ़ाइल का आकार 16.52 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.6
अंतिम अपडेट 2021-11-25
प्रकाशन तिथि 2021-07-25
रेटिंग 4.85/5 कुल 13 रेटिंग्स
डेवलपर betento6334
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "Youtube \u2122 Adblocker disables all ads in one click.",
    "version": "1.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "300": "yapmak\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "300": "yapmak\/logo.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "yapmak\/checkboxes.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "icinde\/icinde1\/icinde2\/script1.js",
            "icinde\/icinde1\/script1.js",
            "icinde\/icinde1\/script2.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script1.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script2.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "meraba\/script1.js",
                "meraba\/\u0131y\u0131z\/script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}