uBO-Scope

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

uBO-Scope là gì?

uBO-Scope là một tiện ích mở rộng Chrome được phát triển bởi Raymond Hill (gorhill), và tính năng chính của nó là "A tool to measure your 3rd-party exposure score for web sites you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng uBO-Scope

Tải xuống các tệp mở rộng uBO-Scope dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên uBO-Scope uBO-Scope
ID bbdpgcaljkaaigfcomhidmneffjjjfgp
URL Chính Thức https://chromewebstore.google.com/detail/ubo-scope/bbdpgcaljkaaigfcomhidmneffjjjfgp
Mô tả A tool to measure your 3rd-party exposure score for web sites you visit.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 3,730
Phiên Bản Hiện Tại 0.1.12
Cập Nhật Lần Cuối 2018-06-09
Ngày Phát Hành 2018-06-09
Đánh Giá 4.84/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Raymond Hill (gorhill)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gorhill/uBO-Scope
URL Trang Chính Sách Bảo Mật https://github.com/gorhill/uBlock/wiki/Privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}