Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

什么是Pangolin VPN?

Pangolin VPN是由pangolinvpn开发的Chrome扩展程序,该扩展的主要功能是“Pangolin VPN - Free and fast VPN for everyone”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pangolin VPN扩展crx文件

下载Pangolin VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
官方URL https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
简介 Pangolin VPN - Free and fast VPN for everyone
文件大小 3.58 MB
安装次数 6,550
当前版本 0.0.3
更新时间 2022-11-23
上架时间 2022-06-14
评分 4.37/5 共46次评分
开发者 pangolinvpn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://home.pangolinvpn.com/
帮助页面URL https://home.pangolinvpn.com/
隐私政策页面URL https://home.pangolinvpn.com/privacy.html
支持的语言 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"
    ]
}