Privacy Watch
Where does my data go?
什么是Privacy Watch?
Privacy Watch是由https://webaware.com开发的Chrome扩展程序,该扩展的主要功能是“Where does my data go?”。
扩展截图
下载Privacy Watch扩展crx文件
下载Privacy Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Privacy Watch browser extension is your window into the world of advertisers, trackers and other data collectors. Download the extension to see what trackers are following you and which sites have the most trackers on them. Privacy Watch enables you to: • Check a site’s tracker activity at-a-glance • Learn about the various ways sites are tracking you • See which trackers are most actively following you • See the data collection “mood” of a site
扩展基本信息
名称 | Privacy Watch |
ID | dfaljahcfajelfbceconifhngmophfok |
官方URL | https://chromewebstore.google.com/detail/privacy-watch/dfaljahcfajelfbceconifhngmophfok |
简介 | Where does my data go? |
文件大小 | 2.3 MB |
安装次数 | 54 |
当前版本 | 0.3.7 |
更新时间 | 2016-06-15 |
上架时间 | 2016-06-15 |
开发者 | https://webaware.com |
付费类型 | free |
扩展官网 | http://www.webaware.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Privacy Watch", "short_name": "Privacy Watch", "description": "Where does my data go?", "version": "0.3.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs", "webNavigation", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html", "background": { "scripts": [ "scripts\/background.min.js" ] }, "browser_action": { "default_icon": { "19": "images\/web-watch-green-19.png", "38": "images\/web-watch-green-38.png" }, "default_popup": "index.html", "default_title": "Privacy Watch" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.min.js" ], "run_at": "document_end", "all_frames": true } ] } |