SunVPN Extension

SunVPN Extension for Chrome Browser

什麼是SunVPN Extension?

SunVPN Extension是由sunvpx02us開發的Chrome擴展程式,該擴展的主要功能是“SunVPN Extension for Chrome Browser”。

擴展截圖

screenshot
screenshot

下載SunVPN Extension擴展crx文件

下載SunVPN Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}