Hideman VPN

Data protection and traffic encryption

Cos'è Hideman VPN?

Hideman VPN è un'estensione di Chrome sviluppata da https://www.hideman.net, e la sua funzione principale è "Data protection and traffic encryption".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hideman VPN

Scarica i file di estensione Hideman VPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hideman VPN Hideman VPN
ID dbdbnchagbkhknegmhgikkleoogjcfge
URL Ufficiale https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge
Descrizione Data protection and traffic encryption
Dimensione del File 261 KB
Conteggio Installazioni 10,167
Versione Corrente 1
Ultimo Aggiornamento 2017-01-17
Data di Pubblicazione 2017-01-17
Valutazione 3.67/5 Totale 132 Valutazioni
Sviluppatore https://www.hideman.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.hideman.net
URL della Pagina della Politica sulla Privacy https://www.hideman.net/docs/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}