CactusVPN - VPN and Smart DNS services

Hide your IP address and bypass blocks and restrictions

¿Qué es CactusVPN - VPN and Smart DNS services?

CactusVPN - VPN and Smart DNS services es una extensión de Chrome desarrollada por https://www.cactusvpn.com, y su función principal es "Hide your IP address and bypass blocks and restrictions".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CactusVPN - VPN and Smart DNS services

Descarga archivos de extensión CactusVPN - VPN and Smart DNS services en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        To use the extension, you need a CactusVPN account. To get an account, you can register a 3-days free trial account (no credit card required) or order a subscription on our website. 

Connect to CactusVPN proxy servers in seconds with our easy to use Chrome extension. Absolutely no technical knowledge required.

Just enter your username and password, choose the server and connect. Everybody can do this!

Use our WebRTC leak protection feature to make sure your IP address is not leaked while using our proxy servers.

CactusVPN offers VPN, Smart DNS and proxy services. 

VPN services help you maintain your privacy and security while using the Internet. VPN hides your true identity and geographical location from anyone interested in such information. It secures your connection and allows you to bypass blocks and restrictions.

Smart DNS help you get unrestricted access to 300 geo-blocked websites to enjoy your favourite shows with no speed loss.

Our website: https://www.cactusvpn.com/                    

Información Básica de la Extensión

Nombre CactusVPN - VPN and Smart DNS services CactusVPN - VPN and Smart DNS services
ID edlnbadicpbdobbgcngggefpdbnbnkch
URL Oficial https://chromewebstore.google.com/detail/cactusvpn-vpn-and-smart-d/edlnbadicpbdobbgcngggefpdbnbnkch
Descripción Hide your IP address and bypass blocks and restrictions
Tamaño del Archivo 298 KB
Cantidad de Instalaciones 4,046
Versión Actual 1.3.5
Última Actualización 2020-11-10
Fecha de Publicación 2020-03-07
Calificación 2.64/5 Total de 11 Calificaciones
Desarrollador https://www.cactusvpn.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.cactusvpn.com/
URL de la Página de Ayuda https://www.cactusvpn.com/support/
URL de la Página de Política de Privacidad https://www.cactusvpn.com/terms-conditions
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CactusVPN - VPN and Smart DNS services",
    "version": "1.3.5",
    "manifest_version": 2,
    "description": "Hide your IP address and bypass blocks and restrictions",
    "homepage_url": "https:\/\/www.cactusvpn.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "https:\/\/api1.cactusdb.net\/",
        "https:\/\/www.cactusvpn.com\/"
    ],
    "background": {
        "scripts": [
            "src\/browser_action\/js\/jquery-3.3.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CactusVPN",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}