VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

Qu'est-ce que VPNKS Browser Control ?

VPNKS Browser Control est une extension Chrome développée par https://vpnks.nswardh.com, et sa fonction principale est "Protects your privacy and online security against VPN dropouts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VPNKS Browser Control

Téléchargez les fichiers d'extension VPNKS Browser Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
URL Officiel https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Description Protects your privacy and online security against VPN dropouts.
Taille du Fichier 74 KB
Nombre d'Installations 113
Version Actuelle 1.0
Dernière Mise à Jour 2019-12-24
Date de Publication 2019-12-24
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://vpnks.nswardh.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://vpnks.nswardh.com/readme#browser
Langues Prises en Charge 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"
        ]
    }
}