VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

Vad är VPNKS Browser Control?

VPNKS Browser Control är en Chrome-tillägg utvecklad av https://vpnks.nswardh.com, och dess huvudfunktion är "Protects your privacy and online security against VPN dropouts.".

Tilläggsskärmbilder

screenshot

Ladda ner VPNKS Browser Control-förlängningens CRX-fil

Ladda ner VPNKS Browser Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
Officiell webbadress https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Beskrivning Protects your privacy and online security against VPN dropouts.
Filstorlek 74 KB
Antal Installationer 113
Aktuell Version 1.0
Senast Uppdaterad 2019-12-24
Publiceringsdatum 2019-12-24
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://vpnks.nswardh.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://vpnks.nswardh.com/readme#browser
Stödda Språk 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"
        ]
    }
}