uBO-Scope
A tool to measure your 3rd-party exposure score for web sites you visit.
uBO-Scope क्या है?
uBO-Scope Raymond Hill (gorhill) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to measure your 3rd-party exposure score for web sites you visit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uBO-Scope एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |