VPN Proxy

VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

Что такое VPN Proxy?

VPN Proxy - это расширение Chrome, разработанное Trellonet, и его основная функция - "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

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

screenshot

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

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

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

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

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

Название VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
Официальный URL https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
Описание VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Размер файла 1.12 MB
Количество установок 4,883
Текущая Версия 1.1.1
Последнее Обновление 2020-08-24
Дата публикации 2020-06-29
Рейтинг 3.00/5 Всего 7 оценок
Разработчик Trellonet
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.trellonet.com
URL страницы помощи https://www.trellonet.com
URL страницы политики конфиденциальности https://www.trellonet.com/privacy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "VPN Proxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}