uBO-Scope
A tool to measure your 3rd-party exposure score for web sites you visit.
Что такое uBO-Scope?
uBO-Scope - это расширение Chrome, разработанное Raymond Hill (gorhill), и его основная функция - "A tool to measure your 3rd-party exposure score for web sites you visit.".
Снимки экрана расширения
Скачать файл CRX расширения uBO-Scope
Скачайте файлы расширений 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 |
Официальный 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", " |