SunVPN Extension

SunVPN Extension for Chrome Browser

Co to jest SunVPN Extension?

SunVPN Extension to rozszerzenie Chrome opracowane przez sunvpx02us, a jego główną funkcją jest „SunVPN Extension for Chrome Browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SunVPN Extension

Pobierz pliki rozszerzeń SunVPN Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SunVPN Extension SunVPN Extension
ID hhdaphlelkihpofmiagnmemdalmlhdpa
Oficjalny URL https://chrome.google.com/webstore/detail/sunvpn-extension/hhdaphlelkihpofmiagnmemdalmlhdpa
Opis SunVPN Extension for Chrome Browser
Rozmiar pliku 2.36 MB
Liczba instalacji 143
Aktualna Wersja 1.0.15
Ostatnia Aktualizacja 2021-07-26
Data Publikacji 2021-06-23
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper sunvpx02us
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.sunvpn.world/
Adres URL Strony Polityki Prywatności https://www.sunvpn.world/web/app/privacy
Obsługiwane Języki 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"
    }
}