VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

Hvad er VPNKS Browser Control?

VPNKS Browser Control er en Chrome-udvidelse udviklet af https://vpnks.nswardh.com, og dens hovedfunktion er "Protects your privacy and online security against VPN dropouts.".

Udvidelsesskærmbilleder

screenshot

Download VPNKS Browser Control-udvidelses-CRX-fil

Download VPNKS Browser Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
Officiel URL https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Beskrivelse Protects your privacy and online security against VPN dropouts.
Filstørrelse 74 KB
Antal Installationer 113
Nuværende Version 1.0
Senest Opdateret 2019-12-24
Udgivelsesdato 2019-12-24
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://vpnks.nswardh.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL http://vpnks.nswardh.com/readme#browser
Understøttede Sprog 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"
        ]
    }
}