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 |
公式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 } |