SunVPN Extension

SunVPN Extension for Chrome Browser

SunVPN Extension란 무엇입니까?

SunVPN Extension은(는) sunvpx02us에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SunVPN Extension for Chrome Browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SunVPN Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SunVPX is a simple, easy to use and highly efficient software, developed by users who rely on VPN every day, and targeted for anyone who need to use VPN heavily every day, 365 days every year. 

✓ High-speed Private Internet Routings
We use International Private Internet Lines to route your data across continents. It may be a lot faster than your current district Internet Service Provider.

✓ Fast and Reliable!
Powerful servers, High speed Internet connection and optimized routes enable users to open HD Video Instantly! 

✓ Superfast servers around the world
You can choose a regional location to select any of our 100+ servers to change your locales and IP, and to unblock geo-restricted contents and streaming services. 

✓ Proprietary Strong Encryption
Together with our Secure DNS service, no one can snoop your Internet activities. Data encryption is especially critical when you are in public Wi-Fi environment like hotels, airports or cafes, etc.

✓ One click Instant Connect!
User only need to select a region, our Load Balance technology makes connection to the fastest and most efficient server within the region immediately. This save the user a lot of troubles to select from a long list of servers.

✓ No bandwidth charges or speed limits
With 100+ servers and high speed connectivity, we aim to provide quality service to serious users only. 

✓ NO LOGS!
Our strict zero-logs policy keeps your identity under wraps. We and our systems do not record any of your activity. 

✓ Does not block P2P download!
Our smart VPN Client will smartly allow P2P traffic to by-pass the Proxy Server, thus ensure maximum P2P download performance while accessing blocked contents.

✓ Multi-Devices!
VIP members can connect up to 3 devices, even on different platform, to SunVPN at the same time.

✓ Multi-Platform!
SunVPN offer software for Windows and Androids. Mac, iOS, Android TV and Routers are under development and will available soon.

✓ Game and Video Steaming Accelerator!
SunVPN can perform as Game Accelerator and helps to access popular games and video streaming servers in other country/region efficiently.                    

확장 프로그램 기본 정보

이름 SunVPN Extension SunVPN Extension
ID hhdaphlelkihpofmiagnmemdalmlhdpa
공식 URL https://chrome.google.com/webstore/detail/sunvpn-extension/hhdaphlelkihpofmiagnmemdalmlhdpa
설명 SunVPN Extension for Chrome Browser
파일 크기 2.36 MB
설치 횟수 143
현재 버전 1.0.15
최근 업데이트 2021-07-26
출시 날짜 2021-06-23
평점 2.00/5 총 1 개의 평점
개발자 sunvpx02us
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.sunvpn.world/
개인정보 보호 정책 페이지 URL https://www.sunvpn.world/web/app/privacy
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SunVPN Extension",
    "version": "1.0.15",
    "manifest_version": 2,
    "description": "__MSG_app_desc__",
    "homepage_url": "https:\/\/www.sunvpn.world",
    "omnibox": {
        "keyword": "sunvpnext"
    },
    "permissions": [
        "identity",
        "identity.email",
        "notifications",
        "storage",
        "nativeMessaging",
        "proxy",
        "management",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "background": {
        "page": "mv2_background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "SunVPN Extension",
        "default_icon": {
            "16": ".\/icons\/app_default_16.png",
            "32": ".\/icons\/app_default_32.png",
            "48": ".\/icons\/app_default_48.png",
            "128": ".\/icons\/app_default_128.png"
        }
    },
    "options_page": "options.html",
    "default_locale": "en",
    "icons": {
        "16": ".\/icons\/app_16.png",
        "32": ".\/icons\/app_32.png",
        "48": ".\/icons\/app_48.png",
        "128": ".\/icons\/app_128.png"
    }
}