Pangolin VPN

Pangolin VPN - Free and fast VPN for everyone

Pangolin VPN là gì?

Pangolin VPN là một tiện ích mở rộng Chrome được phát triển bởi pangolinvpn, và tính năng chính của nó là "Pangolin VPN - Free and fast VPN for everyone".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pangolin VPN

Tải xuống các tệp mở rộng Pangolin VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pangolin VPN Pangolin VPN
ID pnnmmeioabhkhbolokifidckbiiigjko
URL Chính Thức https://chrome.google.com/webstore/detail/pangolin-vpn/pnnmmeioabhkhbolokifidckbiiigjko
Mô tả Pangolin VPN - Free and fast VPN for everyone
Kích Thước Tệp 3.58 MB
Số Lần Cài Đặt 6,550
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-11-23
Ngày Phát Hành 2022-06-14
Đánh Giá 4.37/5 Tổng số 46 Đánh Giá
Nhà Phát Triển pangolinvpn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.pangolinvpn.com/
URL Trang Trợ Giúp https://home.pangolinvpn.com/
URL Trang Chính Sách Bảo Mật https://home.pangolinvpn.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}