Easy WebRTC Block

The easiest way to prevent WebRTC Leaks

Easy WebRTC Blockคืออะไร?

Easy WebRTC Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.srware.net และคุณลักษณะหลักของมันคือ "The easiest way to prevent WebRTC Leaks"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy WebRTC Block

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}