Do Not Track

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

What is Do Not Track?

Do Not Track is a Chrome extension developed by CJ Barker, and its main feature is "Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.".

Extension Screenshots

screenshot

Download Do Not Track Extension CRX File

Download Do Not Track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Do Not Track Do Not Track
ID epaickocpjcjjiopbdlahnnkpljdlchm
Official URL https://chromewebstore.google.com/detail/do-not-track/epaickocpjcjjiopbdlahnnkpljdlchm
Description Provides Do Not Track (DNT) request HEADER injector to opt in or out of universal tracking for ALL browser requests.
File Size 14.97 KB
Installation Count 3,000
Current Version 1.0.0
Last Updated 2012-09-10
Publish Date 2012-09-10
Rating 3.60/5 Total 5 Ratings
Developer CJ Barker
Payment Type free
Supported Languages 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
}