WebRTC Leak Shield
Disable WebRTC and prevent IP leak.
WebRTC Leak Shieldคืออะไร?
WebRTC Leak Shield เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hoxx.com และคุณลักษณะหลักของมันคือ "Disable WebRTC and prevent IP leak."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC Leak Shield
ดาวน์โหลดไฟล์ส่วนขยาย WebRTC Leak Shield ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |