WebRTC Leak Shield

Disable WebRTC and prevent IP leak.

什么是WebRTC Leak Shield?

WebRTC Leak Shield是由hoxx.com开发的Chrome扩展程序,该扩展的主要功能是“Disable WebRTC and prevent IP leak.”。

扩展截图

screenshot

下载WebRTC Leak Shield扩展crx文件

下载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 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"
        ]
    }
}