Anti-track

Anti-track removes cookies

什么是Anti-track?

Anti-track是由0i0开发的Chrome扩展程序,该扩展的主要功能是“Anti-track removes cookies”。

下载Anti-track扩展crx文件

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

扩展使用说明

                        Anit-track is a browser extension to limit the amount of data that you leak while surfing
it is by default configured to remove the cookies which are send to google when you search
while loggedin to gmail                    

扩展基本信息

名称 Anti-track Anti-track
ID lmkeejblfeplpcfogbjjbhepclkplple
官方URL https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple
简介 Anti-track removes cookies
文件大小 12.07 KB
安装次数 361
当前版本 0.0.1
更新时间 2013-08-21
上架时间 2013-08-21
开发者 0i0
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-track",
    "version": "0.0.1",
    "description": "Anti-track removes cookies",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/main.js",
            "js\/parseUri.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "images\/bigicon.png"
    },
    "browser_action": {
        "default_title": "Anti-track",
        "default_icon": "images\/icon.png"
    },
    "manifest_version": 2
}