Fast VPN Chrome Extension - Fastest VPN Proxy

Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.

Что такое Fast VPN Chrome Extension - Fastest VPN Proxy?

Fast VPN Chrome Extension - Fastest VPN Proxy - это расширение Chrome, разработанное Fast VPN Chrome Extension Team, и его основная функция - "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.".

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

screenshot
screenshot

Скачать файл CRX расширения Fast VPN Chrome Extension - Fastest VPN Proxy

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

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

                        Fast VPN Chrome Extension - Faster Than the Fastest VPN Proxy. Defeat ISP bandwidth throttling, speed limitation, and peering conflicts and browse any website safely with military-grade protection.

Unblock any streaming, game, and social media sites and access any content at full speed. Watch Netflix’s best movies and 4K Youtube videos smoothly with our free Fast VPN Chrome Addon.

There is no need to setup Fast VPN Chrome Plugin step by step as it’s a one-click VPN service. Just select any virtual location you like and click connect, then your real IP address will be replaced by one of our flash VPN servers.                    

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

Название Fast VPN Chrome Extension - Fastest VPN Proxy Fast VPN Chrome Extension - Fastest VPN Proxy
ID nhiphjnpfaoagnfffcihodojonieglkk
Официальный URL https://chrome.google.com/webstore/detail/fast-vpn-chrome-extension/nhiphjnpfaoagnfffcihodojonieglkk
Описание Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.
Размер файла 121 KB
Количество установок 22,110
Текущая Версия 1.0.1
Последнее Обновление 2021-10-20
Дата публикации 2021-09-28
Рейтинг 4.53/5 Всего 134 оценок
Разработчик Fast VPN Chrome Extension Team
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.itopvpn.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "name": "Fast VPN Chrome Extension - Fastest VPN Proxy",
    "description": "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.itopvpn.com\/api\/ip-checker",
        "proxy",
        "storage"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/js\/jquery.min.js",
            "\/js\/storage.js",
            "\/js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/icon_off.png",
        "default_popup": "\/popup.html",
        "default_title": "Fast VPN Chrome Extension-Faster Than the Fastest VPN Proxy"
    },
    "icons": {
        "16": ".\/images\/icon.png",
        "24": ".\/images\/icon_24.png",
        "32": ".\/images\/icon_32.png",
        "48": ".\/images\/icon_48.png",
        "128": ".\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/js\/vpn.json"
    ]
}