FastStunnel VPN

FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.

Что такое FastStunnel VPN?

FastStunnel VPN - это расширение Chrome, разработанное FastSecurityTunnel, и его основная функция - "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        We have many nodes for different users to choose and helping users quickly access different websites                    

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

Название FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
Официальный URL https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Описание FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Размер файла 632 KB
Количество установок 28,386
Текущая Версия 1.607
Последнее Обновление 2021-07-01
Дата публикации 2020-06-02
Рейтинг 4.35/5 Всего 1425 оценок
Разработчик FastSecurityTunnel
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.faststunnel.in
Поддерживаемые языки en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.607",
    "minimum_chrome_version": "22.0.0",
    "short_name": "FastStunnel",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo-blue-24x24.png",
        "default_title": "FastStunnel",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_appDescription__",
    "icons": {
        "16": "assets\/images\/logo-blue-16x16.png",
        "128": "assets\/images\/logo-blue-128x128.png"
    },
    "name": "__MSG_manifest_appName__",
    "options_page": "main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "permissions": [
        "privacy",
        "proxy",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/free.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "widget.html"
    ]
}