WebRTC Leak Killer
This extension prevents IP leakage via WebRTC
WebRTC Leak Killer là gì?
WebRTC Leak Killer là một tiện ích mở rộng Chrome được phát triển bởi dvorakj31, và tính năng chính của nó là "This extension prevents IP leakage via WebRTC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebRTC Leak Killer
Tải xuống các tệp mở rộng WebRTC Leak Killer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebRTC Leak Killer |
ID | japjbgpadlgeagbegagkfccjpfnadgeb |
URL Chính Thức | https://chromewebstore.google.com/detail/webrtc-leak-killer/japjbgpadlgeagbegagkfccjpfnadgeb |
Mô tả | This extension prevents IP leakage via WebRTC |
Kích Thước Tệp | 13.95 KB |
Số Lần Cài Đặt | 2,248 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2018-05-24 |
Ngày Phát Hành | 2018-05-24 |
Đánh Giá | 4.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | dvorakj31 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dvorakj31/webrtc_extension/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |