blockerDNS Ad & Tracker Blocking
Block ads and online trackers with blockerDNS's free Chrome extension
Co to jest blockerDNS Ad & Tracker Blocking?
blockerDNS Ad & Tracker Blocking to rozszerzenie Chrome opracowane przez https://blockerdns.com, a jego główną funkcją jest „Block ads and online trackers with blockerDNS's free Chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia blockerDNS Ad & Tracker Blocking
Pobierz pliki rozszerzeń blockerDNS Ad & Tracker Blocking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | blockerDNS Ad & Tracker Blocking |
ID | hnbnabjejnidmgpndhgcgmbhadhnicha |
Oficjalny URL | https://chromewebstore.google.com/detail/blockerdns-ad-tracker-blo/hnbnabjejnidmgpndhgcgmbhadhnicha |
Opis | Block ads and online trackers with blockerDNS's free Chrome extension |
Rozmiar pliku | 379 KB |
Liczba instalacji | 1,316 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-03-25 |
Data Publikacji | 2020-03-25 |
Ocena | 3.86/5 Łącznie 7 Oceny |
Deweloper | https://blockerdns.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://blockerdns.com/extension |
Adres URL Strony Pomocy | https://blockerdns.com/extension |
Adres URL Strony Polityki Prywatności | https://blockerdns.com/privacy |
Obsługiwane Języki | 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 } |