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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}