Anti Adblock Detector

Bypasses adblock detectors to allow you to continue using adblockers

Anti Adblock Detector क्या है?

Anti Adblock Detector adblockunblock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypasses adblock detectors to allow you to continue using adblockers"।

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

screenshot
screenshot

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

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

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

                        Many websites have adblock detectors that force you to either disable you adblocker or pay a subscription fee to continue using their website. This lightweight extension allows you to continue browsing these sites without having to disable your adblocker.

Note: This extension is for AdBlock/AdBlock plus, and currently has been tested and works on most major news websites. However, this is a new extension and may not work for every website with an adblock detector. If you stumble upon such as site, send an email to [email protected].                    

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

नाम Anti Adblock Detector Anti Adblock Detector
ID kjhdffcfinhkdfbbhjlfoadcdfgihmlp
आधिकारिक URL https://chromewebstore.google.com/detail/anti-adblock-detector/kjhdffcfinhkdfbbhjlfoadcdfgihmlp
विवरण Bypasses adblock detectors to allow you to continue using adblockers
फ़ाइल का आकार 187 KB
स्थापना संख्या 71,296
वर्तमान संस्करण 0.2.5
अंतिम अपडेट 2020-09-08
प्रकाशन तिथि 2020-06-06
रेटिंग 2.91/5 कुल 204 रेटिंग्स
डेवलपर adblockunblock
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Adblock Detector",
    "version": "0.2.5",
    "description": "Bypasses adblock detectors to allow you to continue using adblockers",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Anti Adblock Detector",
        "default_icon": {
            "16": "images\/adblockdetector16.png",
            "32": "images\/adblockdetector32.png",
            "48": "images\/adblockdetector48.png",
            "128": "images\/adblockdetector128.png"
        }
    },
    "icons": {
        "16": "images\/adblockdetector16.png",
        "32": "images\/adblockdetector32.png",
        "48": "images\/adblockdetector48.png",
        "128": "images\/adblockdetector128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}