Adblock for Youtube™

Removes ads from Youtube™.

Adblock for Youtube™ क्या है?

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

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

screenshot

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

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

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

                        If you are a fan of watching videos on YouTube, then our new Youtube AdBlocker extension will help you. Tired of annoying ads that appear on the screen while watching a video? Then you just need to download Youtube AdBlocker. We have collected many cool and useful features in it that you will definitely love. When installing our  new extension, you will forget about ads! We tried to make our product Youtube AdBlocker  as comfortable and easy to use as possible. Download Youtube AdBlocker app and enjoy using it.                    

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

नाम Adblock for Youtube™ Adblock for Youtube™
ID cccmaneagdjeppggplfjbemndmknmdib
आधिकारिक URL https://chromewebstore.google.com/detail/adblock-for-youtube/cccmaneagdjeppggplfjbemndmknmdib
विवरण Removes ads from Youtube™.
फ़ाइल का आकार 14.43 KB
स्थापना संख्या 2,658
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-12-28
प्रकाशन तिथि 2021-04-22
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर valevacoleg21
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "ico.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "odo.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "urm.js",
                "nihuko\/rim.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "smiba.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        },
        "default_title": "Adblock for Youtube",
        "default_popup": "arma.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}