Do Not Track

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

Do Not Track là gì?

Do Not Track là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Mayer, và tính năng chính của nó là "Adds the Do Not Track header (DNT: 1) to all requests.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Do Not Track

Tải xuống các tệp mở rộng Do Not Track dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Do Not Track Do Not Track
ID ckdcpbflcbeillmamogkpmdhnbeggfja
URL Chính Thức https://chromewebstore.google.com/detail/do-not-track/ckdcpbflcbeillmamogkpmdhnbeggfja
Mô tả Adds the Do Not Track header (DNT: 1) to all requests.
Kích Thước Tệp 30.55 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2012-05-23
Ngày Phát Hành 2012-05-23
Đánh Giá 4.47/5 Tổng số 124 Đánh Giá
Nhà Phát Triển Jonathan Mayer
Loại Thanh Toán free
Trang Web Mở Rộng http://donottrack.us/
URL Trang Trợ Giúp https://github.com/jonathanmayer/Do-Not-Track/tree/master/chrome
Ngôn Ngữ Được Hỗ Trợ 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"
}