Cloud VPN - proxy vpn service

The easy to use Cloud VPN means unlimited traffic at high speed

什麼是Cloud VPN - proxy vpn service?

Cloud VPN - proxy vpn service是由https://cloudvpn.pro開發的Chrome擴展程式,該擴展的主要功能是“The easy to use Cloud VPN means unlimited traffic at high speed”。

擴展截圖

screenshot

下載Cloud VPN - proxy vpn service擴展crx文件

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

擴展使用說明

                        Before reading about the CloudVPN application, please answer several questions:

- Do you need anonymity when surfing on the Internet?
- Do you want your personal data to be protected?
- Have you ever got access to blocked web resources?
- Do you use public Wi-Fi access points?

And now say how many affirmative answers you have got. If less than two, you do not need this utility and you may stop reading here. As for all the rest, the information below is for you.

Now let’s discuss every question. How can the CloudVPN utility provide anonymity? No problems at all!
- You connect to one of 92 servers that are located in 34 countries of the world,
- You go to the global network under entirely different IP address, and
- Crawlers and programs that monitor the activity of visitors register you as a user from the country where the server is located.

Thus, your real IP is masked and is not accessible by anyone. Besides, CloudVPN servers do not register connection logs. Never. At all. It is impossible to monitor the service user.

The next question is about the data protection. The connection channel of the user’s device to the server is coded by using the AES-256 algorithm. Not to talk too much about its reliability, it is enough to say that this is the main protocol of the cryptographic protection used by special services from various countries.

Problem three is related to blocking web resources. It is easy to solve it. You merely should change your IP. That’s all. The CloudVPN does it in two clicks, and as many times per session as you want. In this case the service acts as a protected proxy server.


Do not worry about public Wi-Fi access points. They are not connected as usual. The CloudVPN application creates its own protected channel that cannot be cracked. All data is transferred exclusively within it.

Those users who need more than one coded channel can get DoubleVPN protection. This is how it works. The user’s device connects to one of the servers. Then one more protected tunnel is created between this server and another one selected by the user. Thus, there is double cryptographic protection of transferred data. Great, isn’t it?

And now let’s talk about something pleasant. The service provides every user with one day free testing of the CloudVPN application in the toughest mode.

Prices for the services are minimal. The speed of downloading pages and files is the highest and depends only on your Internet channel capacity. The traffic is unlimited.

And the main thing is that you can use one login on five additional devices. You can connect your relatives or friends without increasing the price.

Download and use it!                    

擴展基本資訊

名稱 Cloud VPN - proxy vpn service Cloud VPN - proxy vpn service
ID pcienlhnoficegnepejpfiklggkioccm
官方網址 https://chrome.google.com/webstore/detail/cloudvpn-%D0%BA%D0%B0%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D0%BF%D1%80%D0%BE/pcienlhnoficegnepejpfiklggkioccm
簡介 The easy to use Cloud VPN means unlimited traffic at high speed
檔案大小 1.4 MB
安裝次數 3,518
目前版本 1.2
更新時間 2020-01-06
上架時間 2020-01-06
評分 3.00/5 共 26 次評分
開發者 https://cloudvpn.pro
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cloudvpn.pro/
說明頁面URL https://cloudvpn.pro/faq/
支援的語言 de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appname__",
    "version": "1.2",
    "description": "__MSG_appdesc__",
    "default_locale": "ru",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16gray.png"
        },
        "default_title": "CloudVPN",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}