VPNKS Browser Control

Protects your privacy and online security against VPN dropouts.

VPNKS Browser Control là gì?

VPNKS Browser Control là một tiện ích mở rộng Chrome được phát triển bởi https://vpnks.nswardh.com, và tính năng chính của nó là "Protects your privacy and online security against VPN dropouts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VPNKS Browser Control

Tải xuống các tệp mở rộng VPNKS Browser Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VPNKS Browser Control VPNKS Browser Control
ID fnhieolhelcejijkgnbgkilgbfomdblk
URL Chính Thức https://chromewebstore.google.com/detail/vpnks-browser-control/fnhieolhelcejijkgnbgkilgbfomdblk
Mô tả Protects your privacy and online security against VPN dropouts.
Kích Thước Tệp 74 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-12-24
Ngày Phát Hành 2019-12-24
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://vpnks.nswardh.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://vpnks.nswardh.com/readme#browser
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}