Anti-track

Anti-track removes cookies

Wat is Anti-track?

Anti-track is een Chrome-extensie ontwikkeld door 0i0, en de belangrijkste functie is "Anti-track removes cookies".

Download het CRX-bestand van de extensie Anti-track

Download Anti-track-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Anti-track Anti-track
ID lmkeejblfeplpcfogbjjbhepclkplple
Officiële URL https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple
Beschrijving Anti-track removes cookies
Bestandsgrootte 12.07 KB
Aantal Installaties 361
Huidige Versie 0.0.1
Laatst Bijgewerkt 2013-08-21
Publicatiedatum 2013-08-21
Ontwikkelaar 0i0
Betalingswijze free
Ondersteunde Talen 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
}