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文件

下載Do Not Track擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}