Switcherry VPN

Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!

¿Qué es Switcherry VPN?

Switcherry VPN es una extensión de Chrome desarrollada por switcherryinc, y su función principal es "Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Switcherry VPN

Descarga archivos de extensión Switcherry VPN 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

                        The best VPN deal for Chrome — Get it today & enjoy the new level of security, safety and privacy!
Stay safe at all times - protect your online identity, improve the level of security of your financial records & personal data when you are surfing the web, streaming, buying things, using apps, or simply chatting. All your activities are private, your data is encrypted, and no one can track your activities nor gain access to your records.                    

Información Básica de la Extensión

Nombre Switcherry VPN Switcherry VPN
ID oabjfflolbfafefcbolpjemiioikojcd
URL Oficial https://chrome.google.com/webstore/detail/switcherry-vpn/oabjfflolbfafefcbolpjemiioikojcd
Descripción Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!
Tamaño del Archivo 2.59 MB
Cantidad de Instalaciones 6,000
Versión Actual 1.0.4
Última Actualización 2021-07-12
Fecha de Publicación 2020-11-16
Calificación 3.73/5 Total de 49 Calificaciones
Desarrollador switcherryinc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://switcherry-vpn.com/vpn-for-chrome
URL de la Página de Ayuda https://switcherry-vpn.com/
URL de la Página de Política de Privacidad https://switcherry.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "name": "Switcherry VPN",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Unblock any website with the world\u2019s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!",
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "management",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Switcherry VPN",
        "default_icon": {
            "48": "icons\/off.png",
            "128": "icons\/off.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}