blockerDNS Ad & Tracker Blocking
Block ads and online trackers with blockerDNS's free Chrome extension
blockerDNS Ad & Tracker Blockingとは何ですか?
blockerDNS Ad & Tracker Blockingはhttps://blockerdns.comによって開発されたChromeの拡張機能で、その主な機能は「Block ads and online trackers with blockerDNS's free Chrome extension」です。
拡張機能のスクリーンショット
blockerDNS Ad & Tracker Blocking拡張機能のCRXファイルをダウンロード
blockerDNS Ad & Tracker Blocking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing blockerDNS's new free ad and online-tracker blocking Chrome extension, with NO data collection or logging! blockerDNS lets you block ads and online trackers at the DNS level for all types of devices via DNS over TLS, DNS over HTTPS and standard DNS. But for the times you may not want to, or be allowed to, change your DNS settings, you can now get the same level of blocking with our new Chrome extension. With nothing more than an on/off button, it's incredibly simple to use. Source code: https://github.com/tambeb/blockerdns-extension-chrome
拡張機能の基本情報
名前 | blockerDNS Ad & Tracker Blocking |
ID | hnbnabjejnidmgpndhgcgmbhadhnicha |
公式URL | https://chromewebstore.google.com/detail/blockerdns-ad-tracker-blo/hnbnabjejnidmgpndhgcgmbhadhnicha |
説明 | Block ads and online trackers with blockerDNS's free Chrome extension |
ファイルサイズ | 379 KB |
インストール数 | 1,316 |
現在のバージョン | 1.2 |
最終更新日 | 2020-03-25 |
公開日 | 2020-03-25 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | https://blockerdns.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://blockerdns.com/extension |
ヘルプページのURL | https://blockerdns.com/extension |
プライバシーポリシーページのURL | https://blockerdns.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "blockerDNS Ad & Tracker Blocking", "short_name": "blockerDNS", "version": "1.2", "description": "Block ads and online trackers with blockerDNS's free Chrome extension", "author": "Tambe Barsbay", "homepage_url": "https:\/\/blockerdns.com", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png", "192": "img\/icon_192.png", "512": "img\/icon_512.png" }, "background": { "scripts": [ "js\/data.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_16.png", "default_popup": "popup.html" }, "manifest_version": 2 } |