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