FastStunnel VPN

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

O que é FastStunnel VPN?

FastStunnel VPN é uma extensão do Chrome desenvolvida por FastSecurityTunnel, e sua principal característica é "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FastStunnel VPN

Baixe arquivos de extensão FastStunnel VPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
URL Oficial https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
Descrição FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
Tamanho do Arquivo 632 KB
Contagem de Instalações 28,386
Versão Atual 1.607
Última Atualização 2021-07-01
Data de Publicação 2020-06-02
Classificação 4.35/5 Total de 1425 Avaliações
Desenvolvedor FastSecurityTunnel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.faststunnel.in
Idiomas Suportados 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"
    ]
}