Hideman VPN

Data protection and traffic encryption

Hideman VPN란 무엇입니까?

Hideman VPN은(는) https://www.hideman.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Data protection and traffic encryption"입니다.

확장 프로그램 스크린샷

screenshot

Hideman VPN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Hideman VPN Hideman VPN
ID dbdbnchagbkhknegmhgikkleoogjcfge
공식 URL https://chrome.google.com/webstore/detail/hideman-vpn/dbdbnchagbkhknegmhgikkleoogjcfge
설명 Data protection and traffic encryption
파일 크기 261 KB
설치 횟수 10,167
현재 버전 1
최근 업데이트 2017-01-17
출시 날짜 2017-01-17
평점 3.67/5 총 132 개의 평점
개발자 https://www.hideman.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hideman.net
개인정보 보호 정책 페이지 URL https://www.hideman.net/docs/privacy-policy
지원되는 언어 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\/*"
        ]
    }
}