Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

Co je Pangolin VPN?

Pangolin VPN je rozšíření Chrome vyvinuté pangolinvpn, a jeho hlavní funkcí je „Pangolin VPN - Free and fast VPN for everyone“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pangolin VPN

Stáhněte si soubory rozšíření Pangolin VPN ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
Oficiální URL https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Popis Pangolin VPN - Free and fast VPN for everyone
Velikost souboru 3.58 MB
Počet instalací 6,550
Aktuální Verze 0.0.3
Poslední Aktualizace 2022-11-23
Datum Vydání 2022-06-14
Hodnocení 4.37/5 Celkem 46 Hodnocení
Vývojář pangolinvpn
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://home.pangolinvpn.com/
URL Stránky Nápovědy https://home.pangolinvpn.com/
URL Stránky Zásad Ochrany Soukromí https://home.pangolinvpn.com/privacy.html
Podporované Jazyky 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"
    ]
}