Ad Blocker Notice Removal

Remove the ad blocker notice on popular sites

Ad Blocker Notice Removal क्या है?

Ad Blocker Notice Removal https://www.xeweb.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the ad blocker notice on popular sites"।

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

screenshot
screenshot

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

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

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

                        Some websites force it's users to disable their ad blocker in order to view the page. This can expose users to targeted ads which are a serious threat to your privacy.

This extension simply removes the ad blocker notice on over 500 websites so that you may browse freely. It's free and open source!

If you see a notice that is not removed by this extension feel free to report it by right-clicking the extension icon and choosing "Report issue with website".

Please consider sponsoring this project at https://github.com/sponsors/fire015                    

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

नाम Ad Blocker Notice Removal Ad Blocker Notice Removal
ID bnohpbaeckhhfnfijdnapgmbldkigchl
आधिकारिक URL https://chromewebstore.google.com/detail/ad-blocker-notice-removal/bnohpbaeckhhfnfijdnapgmbldkigchl
विवरण Remove the ad blocker notice on popular sites
फ़ाइल का आकार 33.04 KB
स्थापना संख्या 2,866
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2020-08-18
रेटिंग 3.55/5 कुल 11 रेटिंग्स
डेवलपर https://www.xeweb.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fire015/adblocker-notice-removal
सहायता पृष्ठ URL https://github.com/fire015/adblocker-notice-removal/issues/new
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blocker Notice Removal",
    "version": "2.0.6",
    "author": "Jason M",
    "description": "Remove the ad blocker notice on popular sites",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "arrive.min.js",
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_title": "Ad Blocker Notice Removal",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "tabs"
    ]
}