VPN Proxy

Free and unlimited VPN service

O que é VPN Proxy?

VPN Proxy é uma extensão do Chrome desenvolvida por mushitaka2733, e sua principal característica é "Free and unlimited VPN service".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VPN Proxy

Baixe arquivos de extensão VPN Proxy 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 released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

Informações Básicas da Extensão

Nome VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
URL Oficial https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
Descrição Free and unlimited VPN service
Tamanho do Arquivo 18.52 KB
Contagem de Instalações 9,000
Versão Atual 1.4
Última Atualização 2021-12-21
Data de Publicação 2021-06-20
Classificação 1.00/5 Total de 5 Avaliações
Desenvolvedor mushitaka2733
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}