VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

¿Qué es VPNKS Browser Control?

VPNKS Browser Control es una extensión de Chrome desarrollada por https://vpnks.nswardh.com, y su función principal es "Protects your privacy and online security against VPN dropouts.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VPNKS Browser Control

Descarga archivos de extensión VPNKS Browser Control 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

                        VPNKS Browser Control is a powerful browser extension that works in conjunction with the free VPNKS client to protect you from having your internet activity exposed by various evil embedded info-collecting background scripts in the websites you visit. Keep your IP, location and other personal data away from praying eyes while browsing the net.

This extension requires an existing VPN connection and the VPNKS client to be installed on your computer. VPNKS is free and available at https://vpnks.nswardh.com, no sneaky trial periods, no limits!

If internet security and privacy is important to you and you want to make sure that no unwanted data is sent to websites over your unsecure connection, VPNKS Browser Control will safeguard and keep your privacy intact and stop your data from being transferred.                    

Información Básica de la Extensión

Nombre VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
URL Oficial https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Descripción Protects your privacy and online security against VPN dropouts.
Tamaño del Archivo 74 KB
Cantidad de Instalaciones 113
Versión Actual 1.0
Última Actualización 2019-12-24
Fecha de Publicación 2019-12-24
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://vpnks.nswardh.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://vpnks.nswardh.com/readme#browser
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPNKS Browser Control",
    "short_name": "VPNKS",
    "manifest_version": 2,
    "version": "1.0",
    "author": "Nick Swardh",
    "description": "Protects your privacy and online security against VPN dropouts.",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "",
        "notifications"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_title": "VPNKS VPN Kill Switch",
        "default_popup": "options\/options.html"
    },
    "background": {
        "scripts": [
            "options\/jquery.js",
            "background.js",
            "message.js"
        ]
    }
}