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
擴展基本資訊
名稱 | |
ID | lmkeejblfeplpcfogbjjbhepclkplple |
官方網址 | 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 } |