SunVPN Extension

SunVPN Extension for Chrome Browser

O que é SunVPN Extension?

SunVPN Extension é uma extensão do Chrome desenvolvida por sunvpx02us, e sua principal característica é "SunVPN Extension for Chrome Browser".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SunVPN Extension

Baixe arquivos de extensão SunVPN Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SunVPN Extension SunVPN Extension
ID hhdaphlelkihpofmiagnmemdalmlhdpa
URL Oficial https://chrome.google.com/webstore/detail/sunvpn-extension/hhdaphlelkihpofmiagnmemdalmlhdpa
Descrição SunVPN Extension for Chrome Browser
Tamanho do Arquivo 2.36 MB
Contagem de Instalações 143
Versão Atual 1.0.15
Última Atualização 2021-07-26
Data de Publicação 2021-06-23
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor sunvpx02us
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.sunvpn.world/
URL da Página de Política de Privacidade https://www.sunvpn.world/web/app/privacy
Idiomas Suportados 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"
    }
}