Anti-track
Anti-track removes cookies
Vad är Anti-track?
Anti-track är en Chrome-tillägg utvecklad av 0i0, och dess huvudfunktion är "Anti-track removes cookies".
Ladda ner Anti-track-förlängningens CRX-fil
Ladda ner Anti-track-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | lmkeejblfeplpcfogbjjbhepclkplple |
Officiell webbadress | https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple |
Beskrivning | Anti-track removes cookies |
Filstorlek | 12.07 KB |
Antal Installationer | 361 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2013-08-21 |
Publiceringsdatum | 2013-08-21 |
Utvecklare | 0i0 |
Betalningssätt | free |
Stödda Språk | 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 } |