uBO-Scope
A tool to measure your 3rd-party exposure score for web sites you visit.
uBO-Scope란 무엇입니까?
uBO-Scope은(는) Raymond Hill (gorhill)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to measure your 3rd-party exposure score for web sites you visit."입니다.
확장 프로그램 스크린샷
uBO-Scope 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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", " |