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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
    }
}