KenVPN

Explore internet as freely and secure!

Co to jest KenVPN?

KenVPN to rozszerzenie Chrome opracowane przez KenVPN, a jego główną funkcją jest „Explore internet as freely and secure!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia KenVPN

Pobierz pliki rozszerzeń KenVPN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Ken VPN is a free and unlimited VPN proxy, offering you a fast VPN connection and stable VPN servers. You can access your favorites sites, improve your gaming experience and stay anonymous online. Download Ken VPN now to enjoy fast, private and safe internet.                    

Podstawowe informacje o rozszerzeniu

Nazwa KenVPN KenVPN
ID efnoknajlffglkkgholglbhgpdgffnmo
Oficjalny URL https://chrome.google.com/webstore/detail/kenvpn/efnoknajlffglkkgholglbhgpdgffnmo
Opis Explore internet as freely and secure!
Rozmiar pliku 327 KB
Liczba instalacji 86
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2021-09-29
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper KenVPN
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://kenvpn.com/
Adres URL Strony Pomocy https://kenvpn.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KenVPN",
    "description": "Explore internet as freely and secure!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "proxy",
        "storage"
    ]
}