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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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)
Eメール [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",
        ""
    ],
    "short_name": "uBO-Scope",
    "version": "0.1.12"
}