DontTrack

Allows user to monitor - Tracking of Websites

什么是DontTrack?

DontTrack是由exexzian开发的Chrome扩展程序,该扩展的主要功能是“Allows user to monitor - Tracking of Websites”。

扩展截图

screenshot
screenshot
screenshot

下载DontTrack扩展crx文件

下载DontTrack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 DontTrack DontTrack
ID hcnkjnmphoefpmffigclelfmfjfcboim
官方URL https://chromewebstore.google.com/detail/donttrack/hcnkjnmphoefpmffigclelfmfjfcboim
简介 Allows user to monitor - Tracking of Websites
文件大小 19.03 KB
安装次数 27
当前版本 0.0.1
更新时间 2015-05-04
上架时间 2015-05-04
评分 5.00/5 共2次评分
开发者 exexzian
付费类型 free
支持的语言 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"
}