Anti-track

Anti-track removes cookies

What is Anti-track?

Anti-track is a Chrome extension developed by 0i0, and its main feature is "Anti-track removes cookies".

Download Anti-track Extension CRX File

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

                        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                    

Extension Basic Information

Name Anti-track Anti-track
ID lmkeejblfeplpcfogbjjbhepclkplple
Official URL https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple
Description Anti-track removes cookies
File Size 12.07 KB
Installation Count 361
Current Version 0.0.1
Last Updated 2013-08-21
Publish Date 2013-08-21
Developer 0i0
Payment Type free
Supported Languages 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
}