WebRTC Leak Prevent
Prevent WebRTC leaks using the official API.
WebRTC Leak Prevent là gì?
WebRTC Leak Prevent là một tiện ích mở rộng Chrome được phát triển bởi Aaron Horler, và tính năng chính của nó là "Prevent WebRTC leaks using the official API.".
Ả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 Prevent
Tải xuống các tệp mở rộng WebRTC Leak Prevent 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
Prevent WebRTC leaks in Chrome by controlling hidden WebRTC privacy settings. This will protect against WebRTC leaks. Test for leaks here - https://diafygi.github.io/webrtc-ips/ Compatible only with Chrome version 42+, and Chromium browsers based on 42+. Newer options require at least Chrome version 48. ISSUES/CLARIFICATION WebRTC-based services may be affected by this extension. Please open the options page and read the instructions before leaving a review. GitHub source - https://github.com/aghorler/WebRTC-Leak-Prevent CHANGELOG 1.0.13/14 - Save options automatically. 1.0.12 - Bind open options functionality to toolbar icon. 1.0.11 - Options now open automatically on first install, new description.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebRTC Leak Prevent |
ID | eiadekoaikejlgdbkbdfeijglgfdalml |
URL Chính Thức | https://chromewebstore.google.com/detail/webrtc-leak-prevent/eiadekoaikejlgdbkbdfeijglgfdalml |
Mô tả | Prevent WebRTC leaks using the official API. |
Kích Thước Tệp | 16.78 KB |
Số Lần Cài Đặt | 95,787 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2021-06-14 |
Ngày Phát Hành | 2018-05-16 |
Đánh Giá | 3.98/5 Tổng số 310 Đánh Giá |
Nhà Phát Triển | Aaron Horler |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aghorler/WebRTC-Leak-Prevent |
URL Trang Trợ Giúp | https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md |
URL Trang Chính Sách Bảo Mật | https://aaronhorler.com/privacy.txt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Prevent", "version": "1.0.14", "description": "Prevent WebRTC leaks using the official API.", "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "name": "Open options." }, "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false }, "minimum_chrome_version": "42", "permissions": [ "privacy", "storage" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false } } |