Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

What is Pangolin VPN?

Pangolin VPN is a Chrome extension developed by pangolinvpn, and its main feature is "Pangolin VPN - Free and fast VPN for everyone".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pangolin VPN Extension CRX File

Download Pangolin VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
Official URL https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Description Pangolin VPN - Free and fast VPN for everyone
File Size 3.58 MB
Installation Count 6,550
Current Version 0.0.3
Last Updated 2022-11-23
Publish Date 2022-06-14
Rating 4.37/5 Total 46 Ratings
Developer pangolinvpn
Email [email protected]
Payment Type free
Extension Website https://home.pangolinvpn.com/
Help Page URL https://home.pangolinvpn.com/
Privacy Policy Page URL https://home.pangolinvpn.com/privacy.html
Supported Languages 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"
    ]
}