WebRTC Leak Killer

This extension prevents IP leakage via WebRTC

什麼是WebRTC Leak Killer?

WebRTC Leak Killer是由dvorakj31開發的Chrome擴展程式,該擴展的主要功能是“This extension prevents IP leakage via WebRTC”。

擴展截圖

screenshot
screenshot
screenshot

下載WebRTC Leak Killer擴展crx文件

下載WebRTC Leak Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension offers you privacy on the Internet by stopping WebRTC IP leaks. You can set your settings of WebRTC for each website or just disable it on every website.

* You have 4 different kinds of security levels, which you set the way you want it best

* You can whitelist your websites, which are managed by another extensions or your own browser settings.

* For better comfortability, context menu helps you to put your websites on whitelist by only clicking on add to whitelist or you can remove it by simple click on remove.

* Your IP address will be covered by this extension and it will prevent you from IP leaks over WebRTC.

* Code can be found on https://github.com/dvorakj31/webrtc_extension                    

擴展基本資訊

名稱 WebRTC Leak Killer WebRTC Leak Killer
ID japjbgpadlgeagbegagkfccjpfnadgeb
官方網址 https://chromewebstore.google.com/detail/webrtc-leak-killer/japjbgpadlgeagbegagkfccjpfnadgeb
簡介 This extension prevents IP leakage via WebRTC
檔案大小 13.95 KB
安裝次數 2,248
目前版本 1.0.3
更新時間 2018-05-24
上架時間 2018-05-24
評分 4.82/5 共 11 次評分
開發者 dvorakj31
付費類型 free
擴展官網 https://github.com/dvorakj31/webrtc_extension/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRTC Leak Killer",
    "short_name": "Leak Killer",
    "description": "This extension prevents IP leakage via WebRTC",
    "version": "1.0.3",
    "minimum_chrome_version": "48",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "Click to prevent IP leaks",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "privacy",
        "webNavigation",
        "storage",
        "contentSettings",
        "contextMenus",
        "tabs"
    ]
}