blockerDNS Ad & Tracker Blocking

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

What is blockerDNS Ad & Tracker Blocking?

blockerDNS Ad & Tracker Blocking is a Chrome extension developed by https://blockerdns.com, and its main feature is "Block ads and online trackers with blockerDNS's free Chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download blockerDNS Ad & Tracker Blocking Extension CRX File

Download blockerDNS Ad & Tracker Blocking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name blockerDNS Ad & Tracker Blocking blockerDNS Ad & Tracker Blocking
ID hnbnabjejnidmgpndhgcgmbhadhnicha
Official URL https://chromewebstore.google.com/detail/blockerdns-ad-tracker-blo/hnbnabjejnidmgpndhgcgmbhadhnicha
Description Block ads and online trackers with blockerDNS's free Chrome extension
File Size 379 KB
Installation Count 1,316
Current Version 1.2
Last Updated 2020-03-25
Publish Date 2020-03-25
Rating 3.86/5 Total 7 Ratings
Developer https://blockerdns.com
Email [email protected]
Payment Type free
Extension Website https://blockerdns.com/extension
Help Page URL https://blockerdns.com/extension
Privacy Policy Page URL https://blockerdns.com/privacy
Supported Languages 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
}