Hideman VPN

Data protection and traffic encryption

Apa itu Hideman VPN?

Hideman VPN adalah ekstensi Chrome yang dikembangkan oleh https://www.hideman.net, dan fitur utamanya adalah "Data protection and traffic encryption".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hideman VPN

Unduh file ekstensi Hideman VPN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hideman VPN Hideman VPN
ID dbdbnchagbkhknegmhgikkleoogjcfge
URL Resmi https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge
Deskripsi Data protection and traffic encryption
Ukuran File 261 KB
Jumlah Instalasi 10,167
Versi Saat Ini 1
Terakhir Diperbarui 2017-01-17
Tanggal Publikasi 2017-01-17
Penilaian 3.67/5 Total 132 Penilaian
Pengembang https://www.hideman.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.hideman.net
URL Halaman Kebijakan Privasi https://www.hideman.net/docs/privacy-policy
Bahasa yang Didukung 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\/*"
        ]
    }
}