Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Undetectable Youtube AdBlocker क्या है?

Undetectable Youtube AdBlocker LI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A free Undetectable Youtube AdBlocker"।

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

screenshot
screenshot

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

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

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

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

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

नाम Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
आधिकारिक URL https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
विवरण A free Undetectable Youtube AdBlocker
फ़ाइल का आकार 37.24 KB
स्थापना संख्या 1,534
वर्तमान संस्करण 5.0
अंतिम अपडेट 2023-11-27
प्रकाशन तिथि 2023-11-08
रेटिंग 3.79/5 कुल 19 रेटिंग्स
डेवलपर LI
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}