Easy WebRTC Block
The easiest way to prevent WebRTC Leaks
什么是Easy WebRTC Block?
Easy WebRTC Block是由https://www.srware.net开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to prevent WebRTC Leaks”。
扩展截图
下载Easy WebRTC Block扩展crx文件
下载Easy WebRTC Block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Easy WebRTC Block |
ID | cmjcmogcdofcljpojplgmfpheblcaehh |
官方URL | https://chromewebstore.google.com/detail/easy-webrtc-block/cmjcmogcdofcljpojplgmfpheblcaehh |
简介 | The easiest way to prevent WebRTC Leaks |
文件大小 | 18.88 KB |
安装次数 | 15,252 |
当前版本 | 1.1.0 |
更新时间 | 2017-01-18 |
上架时间 | 2017-01-18 |
评分 | 3.85/5 共41次评分 |
开发者 | https://www.srware.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
帮助页面URL | http://www.srware.net/forum/viewtopic.php?f=18&t=11893 |
支持的语言 | 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 } } |