Hideman VPN

Data protection and traffic encryption

Co to jest Hideman VPN?

Hideman VPN to rozszerzenie Chrome opracowane przez https://www.hideman.net, a jego główną funkcją jest „Data protection and traffic encryption”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hideman VPN

Pobierz pliki rozszerzeń Hideman VPN 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

                        Encrypt your traffic with strong AES-256 encryption. Best choice when you are connected to insecure Wi-Fi network.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hideman VPN Hideman VPN
ID dbdbnchagbkhknegmhgikkleoogjcfge
Oficjalny URL https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge
Opis Data protection and traffic encryption
Rozmiar pliku 261 KB
Liczba instalacji 10,167
Aktualna Wersja 1
Ostatnia Aktualizacja 2017-01-17
Data Publikacji 2017-01-17
Ocena 3.67/5 Łącznie 132 Oceny
Deweloper https://www.hideman.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.hideman.net
Adres URL Strony Polityki Prywatności https://www.hideman.net/docs/privacy-policy
Obsługiwane Języki en,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hideman VPN",
    "version": "1",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "page_action": {
        "default_icon": {
            "38": "icons\/38_off.png",
            "19": "icons\/16_off.png"
        },
        "default_title": "PageAction",
        "default_popup": "popup\/popup.html"
    },
    "author": "Hideman LTD",
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "homepage_url": "https:\/\/www.hideman.net",
    "options_page": "options\/options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "background",
        "proxy",
        "storage",
        "tabs"
    ],
    "short_name": "__MSG_ext_short_name__",
    "offline_enabled": false,
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hideman.net\/*"
        ]
    }
}