Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
Easy WebRTC Block là gì?
Easy WebRTC Block là một tiện ích mở rộng Chrome được phát triển bởi https://www.srware.net, và tính năng chính của nó là "The easiest way to prevent WebRTC Leaks".
Ả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 Easy WebRTC Block
Tải xuống các tệp mở rộng Easy WebRTC Block 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
Just install the extensions and WebRTC IP Leaks are stopped. Please get sure to allow it also for Incognito! You want to use WebRTC again for a while? Simply disable the extension temporarily.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy WebRTC Block |
ID | cmjcmogcdofcljpojplgmfpheblcaehh |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
Mô tả | The easiest way to prevent WebRTC Leaks |
Kích Thước Tệp | 18.88 KB |
Số Lần Cài Đặt | 15,252 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-01-18 |
Ngày Phát Hành | 2017-01-18 |
Đánh Giá | 3.85/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | https://www.srware.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
URL Trang Trợ Giúp | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "name": "Easy WebRTC Block", "version": "1.1.0", "description": "The easiest way to prevent WebRTC Leaks", "icons": { "128": "\/img\/128.png" }, "browser_action": { "default_icon": "img\/128.png" }, "minimum_chrome_version": "48", "permissions": [ "privacy" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/www.srware.net\/webrtc_off_url.php", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false } } |