WebRTC Leak Prevent Toggle

Toggle WebRTC leak prevention using the official API.

WebRTC Leak Prevent Toggleคืออะไร?

WebRTC Leak Prevent Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Horler และคุณลักษณะหลักของมันคือ "Toggle WebRTC leak prevention using the official API."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebRTC Leak Prevent Toggle

ดาวน์โหลดไฟล์ส่วนขยาย WebRTC Leak Prevent Toggle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows for WebRTC leak prevention to be toggled on and off.

It provides the same functionality as my 'WebRTC Leak Prevent' extension, with the added ability to toggle the settings on and off easily.

IMPORTANT INFORMATION

WebRTC privacy options apply to the whole browser, not just the tab you're using. Be mindful of other tabs you may have open while disabling leak prevention.

ISSUES

Compatible only with Chrome version 42+. Newer options require at least Chrome 48.

GitHub source - https://github.com/aghorler/WebRTC-Leak-Prevent-Toggle

CHANGELOG

1.0.14 - Automatic option saving.
1.0.11 - Options now open automatically on first install, new description.
1.0.10 - Change in GitHub username, very minor fixes.
1.0.9 - Further legacy support, error handling, plus minor fixes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebRTC Leak Prevent Toggle WebRTC Leak Prevent Toggle
ID kignegkkmknfpincglcjggfbgghpamim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webrtc-leak-prevent-toggl/kignegkkmknfpincglcjggfbgghpamim
คำอธิบาย Toggle WebRTC leak prevention using the official API.
ขนาดไฟล์ 18.83 KB
จำนวนการติดตั้ง 4,124
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2018-05-17
วันที่เผยแพร่ 2018-05-16
คะแนน 4.27/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Aaron Horler
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aghorler/WebRTC-Leak-Prevent-Toggle
URL หน้าช่วยเหลือ https://github.com/aghorler/WebRTC-Leak-Prevent/blob/master/DOCUMENTATION.md#documentation
URL หน้านโยบายความเป็นส่วนตัว https://aaronhorler.com/privacy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebRTC Leak Prevent Toggle",
    "version": "1.0.14",
    "description": "Toggle WebRTC leak prevention using the official API.",
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon32_off.png",
        "default_title": "WebRTC Leak Prevent Toggle"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "minimum_chrome_version": "42",
    "permissions": [
        "privacy",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    }
}