Do Not Track

Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.

Do Not Trackとは何ですか?

Do Not TrackはCJ Barkerによって開発されたChromeの拡張機能で、その主な機能は「Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.」です。

拡張機能のスクリーンショット

screenshot

Do Not Track拡張機能のCRXファイルをダウンロード

Do Not Track拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Avoid Being Tracked By Websites

Do Not Track (DNT) 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.

This extension is a barebones, simple HTTP request HEADER injector of DNT opt in or out for ALL browser requests.  Opting in of DNT prevents any and ALL websites from tracking you.

Simply click the DNT extension icon to opt in (enable prevent tracking) or opt out (disable - allow tracking).

For more information on DNT:
* http://en.wikipedia.org/wiki/Do_not_track_header

Feel free to browser or modify source code via Github:
* https://github.com/cjbarker/Do-Not-Track                    

拡張機能の基本情報

名前 Do Not Track Do Not Track
ID epaickocpjcjjiopbdlahnnkpljdlchm
公式URL https://chromewebstore.google.com/detail/do-not-track/epaickocpjcjjiopbdlahnnkpljdlchm
説明 Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.
ファイルサイズ 14.97 KB
インストール数 3,000
現在のバージョン 1.0.0
最終更新日 2012-09-10
公開日 2012-09-10
評価 3.60/5 合計 5 レビュー
開発者 CJ Barker
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do Not Track",
    "version": "1.0.0",
    "description": "Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "dnt.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/icon16.png"
    },
    "manifest_version": 2
}