Do Not Track

Adds the Do Not Track header (DNT: 1) to all requests.

Do Not Track란 무엇입니까?

Do Not Track은(는) Jonathan Mayer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds the Do Not Track header (DNT: 1) to all requests."입니다.

확장 프로그램 스크린샷

screenshot

Do Not Track 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Please note: this extension requires Chrome 17 or later. If you are running the default Release build of Chrome, this extension will not successfully install until late January 2012.

Do Not Track is a technology and policy proposal that enables users to opt out of tracking by websites they do not visit, including analytics services, advertising networks, and social platforms. At present few of these third parties offer a reliable tracking opt out, and tools for blocking them are neither user-friendly nor comprehensive. Much like the popular Do Not Call registry, Do Not Track provides users with a single, simple, persistent choice to opt out of third-party web tracking. A list of websites that have committed to honoring Do Not Track is available at http://donottrack.us. The source for this extension is available on GitHub.                    

확장 프로그램 기본 정보

이름 Do Not Track Do Not Track
ID ckdcpbflcbeillmamogkpmdhnbeggfja
공식 URL https://chromewebstore.google.com/detail/do-not-track/ckdcpbflcbeillmamogkpmdhnbeggfja
설명 Adds the Do Not Track header (DNT: 1) to all requests.
파일 크기 30.55 KB
설치 횟수 50,000
현재 버전 0.1.1
최근 업데이트 2012-05-23
출시 날짜 2012-05-23
평점 4.47/5 총 124 개의 평점
개발자 Jonathan Mayer
결제 유형 free
확장 프로그램 웹 사이트 http://donottrack.us/
도움말 페이지 URL https://github.com/jonathanmayer/Do-Not-Track/tree/master/chrome
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do Not Track",
    "description": "Adds the Do Not Track header (DNT: 1) to all requests.",
    "icons": {
        "48": "bug_48.png",
        "128": "bug_128.png"
    },
    "version": "0.1.1",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "minimum_chrome_version": "17.0"
}