DontTrack

Allows user to monitor - Tracking of Websites

What is DontTrack?

DontTrack is a Chrome extension developed by exexzian, and its main feature is "Allows user to monitor - Tracking of Websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download DontTrack Extension CRX File

Download DontTrack 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

                        Provides simplest option to Restrict and Allow websites from tracking user i.e. simply by clicking icon.

Inspired by: Do Not Track extension 

But gives option to Restrict and Allow tracking                    

Extension Basic Information

Name DontTrack DontTrack
ID hcnkjnmphoefpmffigclelfmfjfcboim
Official URL https://chromewebstore.google.com/detail/donttrack/hcnkjnmphoefpmffigclelfmfjfcboim
Description Allows user to monitor - Tracking of Websites
File Size 19.03 KB
Installation Count 27
Current Version 0.0.1
Last Updated 2015-05-04
Publish Date 2015-05-04
Rating 5.00/5 Total 2 Ratings
Developer exexzian
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DontTrack",
    "description": "Allows user to monitor - Tracking of Websites",
    "version": "0.0.1",
    "icons": {
        "128": "images\/DontTrack.png",
        "48": "images\/DontTrack48.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/DontTrack.png"
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "author": "exexzian"
}