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