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.
擴展基本資訊
名稱 | uBO-Scope |
ID | bbdpgcaljkaaigfcomhidmneffjjjfgp |
官方網址 | 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", " |