Who is Tracking Me
Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
Who is Tracking Meとは何ですか?
Who is Tracking MeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.」です。
拡張機能のスクリーンショット
Who is Tracking Me拡張機能のCRXファイルをダウンロード
Who is Tracking Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension reveals advertising companies while they are tracking you on the web, but also visualize all the comunication that your browser makes and gives you possibility to find, mark and block trackers in it.
拡張機能の基本情報
名前 | Who is Tracking Me |
ID | ennnnmkpjfmlphjbdoammikhkofkedoa |
公式URL | https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa |
説明 | Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it. |
ファイルサイズ | 2.12 MB |
インストール数 | 262 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-04 |
公開日 | 2014-05-04 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Who is Tracking Me", "description": "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.", "version": "1.0", "browser_action": { "default_icon": "\/images\/0s.png", "default_popup": "whosTrackingMe.html" }, "background": { "scripts": [ "lodash.js", "jquery.min.js", "trackerDAO.js" ] }, "permissions": [ "background", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest" ] } |