blockerDNS Ad & Tracker Blocking

Block ads and online trackers with blockerDNS's free Chrome extension

Cos'è blockerDNS Ad & Tracker Blocking?

blockerDNS Ad & Tracker Blocking è un'estensione di Chrome sviluppata da https://blockerdns.com, e la sua funzione principale è "Block ads and online trackers with blockerDNS's free Chrome extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione blockerDNS Ad & Tracker Blocking

Scarica i file di estensione blockerDNS Ad & Tracker Blocking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome blockerDNS Ad & Tracker Blocking blockerDNS Ad & Tracker Blocking
ID hnbnabjejnidmgpndhgcgmbhadhnicha
URL Ufficiale https://chromewebstore.google.com/detail/blockerdns-ad-tracker-blo/hnbnabjejnidmgpndhgcgmbhadhnicha
Descrizione Block ads and online trackers with blockerDNS's free Chrome extension
Dimensione del File 379 KB
Conteggio Installazioni 1,316
Versione Corrente 1.2
Ultimo Aggiornamento 2020-03-25
Data di Pubblicazione 2020-03-25
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore https://blockerdns.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://blockerdns.com/extension
URL della Pagina di Aiuto https://blockerdns.com/extension
URL della Pagina della Politica sulla Privacy https://blockerdns.com/privacy
Lingue Supportate 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
}