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”。

擴展截圖

screenshot

下載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 Easy WebRTC Block
ID cmjcmogcdofcljpojplgmfpheblcaehh
官方網址 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
    }
}