IvyVPN

Unblock the Chrome to surf the Internet!

Что такое IvyVPN?

IvyVPN - это расширение Chrome, разработанное IvyHost, и его основная функция - "Unblock the Chrome to surf the Internet!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        IVY VPN service is fast, easy, reliable and private, especially for the users traveling to those Internet less freedom countries. 

IVY VPN for Chrome protects your online privacy, unblocks websites, protects your security on Wi-Fi hotspots, prevents ad tracking, and encrypts all of the data in and out of your browser with one easy to use extension.                    

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

Название IvyVPN IvyVPN
ID afppibgkahmchbblhplphjibkhdoloph
Официальный URL https://chrome.google.com/webstore/detail/ivyvpn/afppibgkahmchbblhplphjibkhdoloph
Описание Unblock the Chrome to surf the Internet!
Размер файла 198 KB
Количество установок 56
Текущая Версия 0.0.7
Последнее Обновление 2020-04-25
Дата публикации 2020-04-22
Разработчик IvyHost
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "assets\/images\/on.png",
        "48": "assets\/images\/on48.png",
        "16": "assets\/images\/on16.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "assets\/javascripts\/base64.min.js",
            "assets\/javascripts\/jquery-3.4.1.min.js",
            "assets\/javascripts\/core.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    }
}