Nomad Adblocker

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

什麼是Nomad Adblocker?

Nomad Adblocker是由https://adblockerextension.com開發的Chrome擴展程式,該擴展的主要功能是“Reclaim data, save money, surf safer & faster with Nomad adblocker extension.”。

擴展截圖

screenshot

下載Nomad Adblocker擴展crx文件

下載Nomad Adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}