uBO-Scope
A tool to measure your 3rd-party exposure score for web sites you visit.
什么是uBO-Scope?
uBO-Scope是由Raymond Hill (gorhill)开发的Chrome扩展程序,该扩展的主要功能是“A tool to measure your 3rd-party exposure score for web sites you visit.”。
扩展截图
下载uBO-Scope扩展crx文件
下载uBO-Scope扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Project home: https://github.com/gorhill/uBO-Scope
Release notes: https://github.com/gorhill/uBO-Scope/releases
***
To inform you about your own third-party exposure on the web pages you visit through a third party exposure score.
Third-party ("3rd-party") exposure is quite an important component of the more general concept of privacy exposure.
In the scope of uBO-Scope, "3rd-party" is defined as follow:
A network request to a remote server which has a different base domain name than the base domain name of the URL in the address bar is deemed "3rd-party".
A 3rd-party exposure score is derived not only from the number of distinct third parties on a web page, but also from the ubiquitousness of each of these distinct third parties. 扩展基本信息
| 名称 | |
| ID | bbdpgcaljkaaigfcomhidmneffjjjfgp |
| 官方URL | https://chromewebstore.google.com/detail/ubo-scope/bbdpgcaljkaaigfcomhidmneffjjjfgp |
| 简介 | A tool to measure your 3rd-party exposure score for web sites you visit. |
| 文件大小 | 159 KB |
| 安装次数 | 3,730 |
| 当前版本 | 0.1.12 |
| 更新时间 | 2018-06-09 |
| 上架时间 | 2018-06-09 |
| 评分 | 4.84/5 共32次评分 |
| 开发者 | Raymond Hill (gorhill) |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/gorhill/uBO-Scope |
| 隐私政策页面URL | https://github.com/gorhill/uBlock/wiki/Privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Raymond Hill",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "img\/browsericons\/logo16.png",
"32": "img\/browsericons\/logo32.png",
"64": "img\/browsericons\/logo64.png"
},
"default_title": "uBO-Scope",
"default_popup": "popup.html"
},
"description": "A tool to measure your 3rd-party exposure score for web sites you visit.",
"icons": {
"16": "img\/browsericons\/logo16.png",
"32": "img\/browsericons\/logo32.png",
"64": "img\/browsericons\/logo64.png",
"128": "img\/browsericons\/logo128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "45.0",
"name": "uBO-Scope",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"webRequest",
" | |