Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

Was ist Pangolin VPN?

Pangolin VPN ist eine Chrome-Erweiterung, die von pangolinvpn entwickelt wurde, und ihr Hauptmerkmal ist "Pangolin VPN - Free and fast VPN for everyone".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Pangolin VPN-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pangolin VPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
Offizielle URL https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Beschreibung Pangolin VPN - Free and fast VPN for everyone
Dateigröße 3.58 MB
Installationsanzahl 6,550
Aktuelle Version 0.0.3
Letztes Update 2022-11-23
Veröffentlichungsdatum 2022-06-14
Bewertung 4.37/5 Insgesamt 46 Bewertungen
Entwickler pangolinvpn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://home.pangolinvpn.com/
Hilfeseite URL https://home.pangolinvpn.com/
URL der Datenschutzrichtlinien-Seite https://home.pangolinvpn.com/privacy.html
Unterstützte Sprachen 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"
    ]
}