VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

Τι είναι το VPNKS Browser Control;

Το VPNKS Browser Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vpnks.nswardh.com, και η κύρια λειτουργία του είναι "Protects your privacy and online security against VPN dropouts.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VPNKS Browser Control

Λήψη αρχείων επέκτασης VPNKS Browser Control σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
Επίσημο URL https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Περιγραφή Protects your privacy and online security against VPN dropouts.
Μέγεθος Αρχείου 74 KB
Αριθμός Εγκαταστάσεων 113
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-12-24
Ημερομηνία Δημοσίευσης 2019-12-24
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://vpnks.nswardh.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://vpnks.nswardh.com/readme#browser
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}