Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

Qu'est-ce que Pangolin VPN ?

Pangolin VPN est une extension Chrome développée par pangolinvpn, et sa fonction principale est "Pangolin VPN - Free and fast VPN for everyone".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pangolin VPN

Téléchargez les fichiers d'extension Pangolin VPN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
URL Officiel https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Description Pangolin VPN - Free and fast VPN for everyone
Taille du Fichier 3.58 MB
Nombre d'Installations 6,550
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-11-23
Date de Publication 2022-06-14
Évaluation 4.37/5 Total 46 Évaluations
Développeur pangolinvpn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://home.pangolinvpn.com/
URL de la Page d'Aide https://home.pangolinvpn.com/
URL de la Page de Politique de Confidentialité https://home.pangolinvpn.com/privacy.html
Langues Prises en Charge 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"
    ]
}