uBO-Scope

A tool to measure your 3rd-party exposure score for web sites you visit.

¿Qué es uBO-Scope?

uBO-Scope es una extensión de Chrome desarrollada por Raymond Hill (gorhill), y su función principal es "A tool to measure your 3rd-party exposure score for web sites you visit.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión uBO-Scope

Descarga archivos de extensión uBO-Scope en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre uBO-Scope uBO-Scope
ID bbdpgcaljkaaigfcomhidmneffjjjfgp
URL Oficial https://chromewebstore.google.com/detail/ubo-scope/bbdpgcaljkaaigfcomhidmneffjjjfgp
Descripción A tool to measure your 3rd-party exposure score for web sites you visit.
Tamaño del Archivo 159 KB
Cantidad de Instalaciones 3,730
Versión Actual 0.1.12
Última Actualización 2018-06-09
Fecha de Publicación 2018-06-09
Calificación 4.84/5 Total de 32 Calificaciones
Desarrollador Raymond Hill (gorhill)
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/gorhill/uBO-Scope
URL de la Página de Política de Privacidad https://github.com/gorhill/uBlock/wiki/Privacy-policy
Idiomas Soportados 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",
        ""
    ],
    "short_name": "uBO-Scope",
    "version": "0.1.12"
}