SunVPN Extension

SunVPN Extension for Chrome Browser

What is SunVPN Extension?

SunVPN Extension is a Chrome extension developed by sunvpx02us, and its main feature is "SunVPN Extension for Chrome Browser".

Extension Screenshots

screenshot
screenshot

Download SunVPN Extension Extension CRX File

Download SunVPN Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SunVPN Extension SunVPN Extension
ID hhdaphlelkihpofmiagnmemdalmlhdpa
Official URL https://chrome.google.com/webstore/detail/sunvpn-extension/hhdaphlelkihpofmiagnmemdalmlhdpa
Description SunVPN Extension for Chrome Browser
File Size 2.36 MB
Installation Count 143
Current Version 1.0.15
Last Updated 2021-07-26
Publish Date 2021-06-23
Rating 2.00/5 Total 1 Ratings
Developer sunvpx02us
Email [email protected]
Payment Type in_app
Extension Website https://www.sunvpn.world/
Privacy Policy Page URL https://www.sunvpn.world/web/app/privacy
Supported Languages 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"
    }
}