Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

O que é Pangolin VPN?

Pangolin VPN é uma extensão do Chrome desenvolvida por pangolinvpn, e sua principal característica é "Pangolin VPN - Free and fast VPN for everyone".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pangolin VPN

Baixe arquivos de extensão Pangolin 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

                        Pangolin VPN - Free and fast VPN for everyone, Encrypt your connection, access our secure proxy servers & unblock websites easily.

Pangolin VPN is a plug-and-play product that can be used immediately after installation. Click the "Connect" button to establish a secure and fast proxy tunnel between you and our VPN server.

1. Security control: webRtc is automatically closed; LAN filter control
2. Domain name blacklist: support manual setting of domain names without proxy
3. Information feedback: support feedback abnormal information to the publisher
4. Clean up the plugin cache: When there is a data problem that cannot be handled, the plugin cache can be cleaned up
5. Clean up the browser DNS: When the line is normal, but it is always inaccessible, you can perform DNS cleanup to deal with it                    

Informações Básicas da Extensão

Nome Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
URL Oficial https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Descrição Pangolin VPN - Free and fast VPN for everyone
Tamanho do Arquivo 3.58 MB
Contagem de Instalações 6,550
Versão Atual 0.0.3
Última Atualização 2022-11-23
Data de Publicação 2022-06-14
Classificação 4.37/5 Total de 46 Avaliações
Desenvolvedor pangolinvpn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://home.pangolinvpn.com/
URL da Página de Ajuda https://home.pangolinvpn.com/
URL da Página de Política de Privacidade https://home.pangolinvpn.com/privacy.html
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "0.0.3",
    "icons": {
        "16": "statics\/icon16.png",
        "48": "statics\/icon48.png",
        "128": "statics\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "proxy",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "privacy",
        "management",
        "storage",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "alarms"
    ]
}