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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
    }
}