WebRTC Leak Killer
This extension prevents IP leakage via WebRTC
WebRTC Leak Killer란 무엇입니까?
WebRTC Leak Killer은(는) dvorakj31에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension prevents IP leakage via WebRTC"입니다.
확장 프로그램 스크린샷
WebRTC Leak Killer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers you privacy on the Internet by stopping WebRTC IP leaks. You can set your settings of WebRTC for each website or just disable it on every website. * You have 4 different kinds of security levels, which you set the way you want it best * You can whitelist your websites, which are managed by another extensions or your own browser settings. * For better comfortability, context menu helps you to put your websites on whitelist by only clicking on add to whitelist or you can remove it by simple click on remove. * Your IP address will be covered by this extension and it will prevent you from IP leaks over WebRTC. * Code can be found on https://github.com/dvorakj31/webrtc_extension
확장 프로그램 기본 정보
이름 | WebRTC Leak Killer |
ID | japjbgpadlgeagbegagkfccjpfnadgeb |
공식 URL | https://chromewebstore.google.com/detail/webrtc-leak-killer/japjbgpadlgeagbegagkfccjpfnadgeb |
설명 | This extension prevents IP leakage via WebRTC |
파일 크기 | 13.95 KB |
설치 횟수 | 2,248 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2018-05-24 |
출시 날짜 | 2018-05-24 |
평점 | 4.82/5 총 11 개의 평점 |
개발자 | dvorakj31 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dvorakj31/webrtc_extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Killer", "short_name": "Leak Killer", "description": "This extension prevents IP leakage via WebRTC", "version": "1.0.3", "minimum_chrome_version": "48", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_128.png", "default_title": "Click to prevent IP leaks", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/global.js", "js\/background.js" ], "persistent": false }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "permissions": [ "privacy", "webNavigation", "storage", "contentSettings", "contextMenus", "tabs" ] } |