Hide My IP

Hide Your IP Address for Free!

Hide My IP란 무엇입니까?

Hide My IP은(는) https://www.hide-my-ip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Your IP Address for Free!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hide My IP 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hide Your IP Address! Unblock any website easily and secure your browsing with this proxy/VPN extension for Chrome and Firefox. No ads. Unlimited Bandwidth. Compatible with streaming websites.

Unblock any website, bypass firewalls, protect your identity and prevent ISP and governments from spying on your Internet activity.  Fast and secure even in high censorship countries such as China.

Choose from hundreds of locations around the world.                    

확장 프로그램 기본 정보

이름 Hide My IP Hide My IP
ID pekcnopmdcbjdgmpnpkndppflpldnkkp
공식 URL https://chromewebstore.google.com/detail/hide-my-ip/pekcnopmdcbjdgmpnpkndppflpldnkkp
설명 Hide Your IP Address for Free!
파일 크기 930 KB
설치 횟수 114,704
현재 버전 1.0.33
최근 업데이트 2020-06-05
출시 날짜 2020-06-05
평점 3.71/5 총 1460 개의 평점
개발자 https://www.hide-my-ip.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hide-my-ip.com
도움말 페이지 URL https://support.hide-my-ip.com/
개인정보 보호 정책 페이지 URL https://www.hide-my-ip.com/privacy.shtml
지원되는 언어 de,en,fr,nl,no,vi,tr,da,es,it,pl,ro,el,sr,ru,iw,hi,ta,th,ar,zh-CN,ja,ko
manifest.json
{
    "name": "Hide My IP",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "proxy",
        "privacy"
    ],
    "background": {
        "scripts": [
            "lib\/jquery-3.0.0.min.js",
            "lib\/chrome-storage.js",
            "storage.js",
            "proxyAdapter.js",
            "dataService.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/disabled.png"
        },
        "default_popup": "popup.html",
        "default_title": "Hide My IP"
    },
    "default_locale": "en",
    "description": "Hide Your IP Address for Free!",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "48",
    "short_name": "Hide My IP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.33"
}