Nomad Adblocker

Reclaim data, save money, surf safer & faster with Nomad adblocker extension.

Nomad Adblocker क्या है?

Nomad Adblocker https://adblockerextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reclaim data, save money, surf safer & faster with Nomad adblocker extension."।

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

screenshot

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

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

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

                        Nomad wanders across the vast plains of the internet constantly trying to avoid annoying advertising. If you are tired of spending time, data and money on invasive ads, popups and malware when you browse you should team up with Nomad Adblocker extension and start blocking ads today.

Nomad is a free adblocker extension that does not just hide ads but prevents them from contaminating your browser in the first place through the usage of self-updating filter lists. This translates into pages loading faster, and also blocks tracking, malware, banners and video ads. Reclaim your browsing experience today!                    

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

नाम Nomad Adblocker Nomad Adblocker
ID efboehkcbacbbmcblfpjcdblgdhoekhf
आधिकारिक URL https://chromewebstore.google.com/detail/nomad-adblocker/efboehkcbacbbmcblfpjcdblgdhoekhf
विवरण Reclaim data, save money, surf safer & faster with Nomad adblocker extension.
फ़ाइल का आकार 1.69 MB
स्थापना संख्या 763
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-09-01
प्रकाशन तिथि 2016-08-31
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://adblockerextension.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.adblockerextension.com/
सहायता पृष्ठ URL http://www.adblockerextension.com/about.html
गोपनीयता नीति पृष्ठ URL http://adblockerextension.com/privacypolicy.html
समर्थित भाषाएँ id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nomad Adblocker",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "Nomad Adblocker",
        "default_popup": "popup.html"
    },
    "author": "All Nomad Adblocker contributors",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript-start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript-end.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "incognito": "spanning",
    "minimum_chrome_version": "22.0",
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Nomad Adblocker",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}