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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |