TeraVPN - v2

Connect to the world with our VPN

Что такое TeraVPN - v2?

TeraVPN - v2 - это расширение Chrome, разработанное http://teravpn.com, и его основная функция - "Connect to the world with our VPN".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TeraVPN - v2

Скачайте файлы расширений TeraVPN - v2 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use TeraVPN Extension to encrypt all your traffic to the internet. You can select multiple locations. Unblock the websites blocked in your school, company or country by just click of the button. If you are concerned about your privacy on the internet then just select TeraVPN and let our encrypted servers take care of your privacy.                    

Основная информация о расширении

Название TeraVPN - v2 TeraVPN - v2
ID oafneeanecdjmfcihhjaldcijepgolhn
Официальный URL https://chrome.google.com/webstore/detail/teravpn-v2/oafneeanecdjmfcihhjaldcijepgolhn
Описание Connect to the world with our VPN
Размер файла 3.1 MB
Количество установок 50
Текущая Версия 2.6.0
Последнее Обновление 2021-09-17
Дата публикации 2021-06-08
Рейтинг 1.00/5 Всего 2 оценок
Разработчик http://teravpn.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://teravpn.com
URL страницы помощи https://teravpn.com
URL страницы политики конфиденциальности https://teravpn.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeraVPN - v2",
    "description": "Connect to the world with our VPN",
    "version": "2.6.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "notifications",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "TeraVPN",
        "default_popup": "j.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}