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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة uBO-Scope

قم بتنزيل ملفات الامتداد uBO-Scope بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gorhill/uBO-Scope
عنوان صفحة سياسة الخصوصية 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"
}