WebRTC Leak Shield
Disable WebRTC and prevent IP leak.
WebRTC Leak Shield란 무엇입니까?
WebRTC Leak Shield은(는) hoxx.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable WebRTC and prevent IP leak."입니다.
확장 프로그램 스크린샷
WebRTC Leak Shield 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disable WebRTC and prevent IP leak. VPN Extensions can hide your IP address but they cannot prevent IP leaks caused by WebRTC. WebRTC Leak Shield protects you from this security threat. This is a must have extension for protecting your privacy on the internet. WebRTC Leak Shield requires following permissions: privacy: This allows the extension to change the webrtc settings of the browser to prevent WebRTC IP Leak storage: To store configuration file and current state of the extension management: This extension is standalone and does not require any other extension to function but other extension such as VPN extension can embed the functionality of this extension in their extension. (For example: Hoxx VPN). This permission is needed to ensure the communication between WebRTC Leak Shield and other extensions which are using its functionality.
확장 프로그램 기본 정보
이름 | WebRTC Leak Shield |
ID | bppamachkoflopbagkdoflbgfjflfnfl |
공식 URL | https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl |
설명 | Disable WebRTC and prevent IP leak. |
파일 크기 | 461 KB |
설치 횟수 | 237,618 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-05-21 |
출시 날짜 | 2019-10-10 |
평점 | 4.21/5 총 189 개의 평점 |
개발자 | hoxx.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://hoxx.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Shield", "description": "Disable WebRTC and prevent IP leak.", "version": "1.0.8", "browser_action": { "browser_style": false, "default_icon": "images\/48-disabled.png", "default_popup": "popup.html", "default_title": "Your IP is visible" }, "icons": { "16": "images\/32.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "privacy", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |