Undetectable AdBlocker

This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.

Undetectable AdBlocker क्या है?

Undetectable AdBlocker undetectableadblocker.ext द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected."।

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

screenshot
screenshot

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

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

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

                        This extension blocks ads and video-ads on many websites while remaining undetected.

YouTube Creator Friendly: This adblocker blocks youtube ads while simultaneously making youtube think the ads are actually being played. This thereby enables you to have an adfree experience and at the same time support the youtubers economically. It's a win-win situation. The ads are skipped very fast, but you might see a tiny glimse of them upon loading videos on certain occasions.

NOTES
- If ads aren't being blocked properly, just tell us by clicking "Click here" in the extension. We'll fix it right ahead!
- You might need to disable your other AdBlockers (e.g. AdBlock Pro, uBlock etc.) because they often detected and thereby hinder this one from working properly!
- It doesn't block popups. We propose that you use a designated chrome popup-blocker for that.

CREDITS
- Developed by Igor Momcilovic and Luka Momcilovic                    

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

नाम Undetectable AdBlocker Undetectable AdBlocker
ID gcfcpohokifjldeandkfjoboemihipmb
आधिकारिक URL https://chromewebstore.google.com/detail/undetectable-adblocker/gcfcpohokifjldeandkfjoboemihipmb
विवरण This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.
फ़ाइल का आकार 2.48 MB
स्थापना संख्या 302,057
वर्तमान संस्करण 5.9
अंतिम अपडेट 2023-03-17
प्रकाशन तिथि 2020-06-18
रेटिंग 3.86/5 कुल 537 रेटिंग्स
डेवलपर undetectableadblocker.ext
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1PL7sm_vSW09mQr1_-hSvcIMnqgW6WLuf6Nxu2y27QMc/edit?usp=sharing
समर्थित भाषाएँ en-GB
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "blocker\/adList.js",
            "blocker\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "static\/popup.html",
        "default_title": "I'm Undetectable. I think..."
    },
    "description": "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Undetectable AdBlocker",
    "options_ui": {
        "open_in_tab": false,
        "page": "static\/options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.9",
    "web_accessible_resources": [
        "images\/transparent.gif"
    ]
}