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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

blockerDNS Ad & Tracker Blocking 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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
}