WebRTC Leak Shield
Disable WebRTC and prevent IP leak.
Что такое WebRTC Leak Shield?
WebRTC Leak Shield - это расширение Chrome, разработанное hoxx.com, и его основная функция - "Disable WebRTC and prevent IP leak.".
Снимки экрана расширения
Скачать файл CRX расширения WebRTC Leak Shield
Скачайте файлы расширений WebRTC Leak Shield в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Disable WebRTC and prevent IP leak. VPN Extensions can hide your IP address but they cannot prevent IP leaks caused by WebRTC. WebRTC Leak Shield protects you from this security threat. This is a must have extension for protecting your privacy on the internet. WebRTC Leak Shield requires following permissions: privacy: This allows the extension to change the webrtc settings of the browser to prevent WebRTC IP Leak storage: To store configuration file and current state of the extension management: This extension is standalone and does not require any other extension to function but other extension such as VPN extension can embed the functionality of this extension in their extension. (For example: Hoxx VPN). This permission is needed to ensure the communication between WebRTC Leak Shield and other extensions which are using its functionality.
Основная информация о расширении
Название | WebRTC Leak Shield |
ID | bppamachkoflopbagkdoflbgfjflfnfl |
Официальный URL | https://chromewebstore.google.com/detail/webrtc-leak-shield/bppamachkoflopbagkdoflbgfjflfnfl |
Описание | Disable WebRTC and prevent IP leak. |
Размер файла | 461 KB |
Количество установок | 237,618 |
Текущая Версия | 1.0.8 |
Последнее Обновление | 2022-05-21 |
Дата публикации | 2019-10-10 |
Рейтинг | 4.21/5 Всего 189 оценок |
Разработчик | hoxx.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://hoxx.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebRTC Leak Shield", "description": "Disable WebRTC and prevent IP leak.", "version": "1.0.8", "browser_action": { "browser_style": false, "default_icon": "images\/48-disabled.png", "default_popup": "popup.html", "default_title": "Your IP is visible" }, "icons": { "16": "images\/32.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "privacy", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |