hide.me Proxy

Unblock any website with hide.me Proxy!

hide.me Proxy란 무엇입니까?

hide.me Proxy은(는) https://hide.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblock any website with hide.me Proxy!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

hide.me Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Explore the cyber world without any boundaries and get access to every website on the internet. Unblock any website irrespective of the country you are currently residing in. And, don't worry, your real IP is completely hidden from intruders and third-parties, all they can see is a hide.me IP. Not even your ISP can trace anything back to you. So, what are you waiting for? Go and enjoy the ride!                    

확장 프로그램 기본 정보

이름 hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
공식 URL https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
설명 Unblock any website with hide.me Proxy!
파일 크기 571 KB
설치 횟수 170,296
현재 버전 1.2.5
최근 업데이트 2024-01-23
출시 날짜 2020-07-04
평점 3.32/5 총 115 개의 평점
개발자 https://hide.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hide.me
도움말 페이지 URL https://hide.me/support
개인정보 보호 정책 페이지 URL https://hide.me/privacy
지원되는 언어 id,de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/hide.me\/",
    "icons": {
        "16": "images\/icon16_off.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "proxy",
        "",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/javascripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/proxy.js",
            "javascripts\/privacy.js",
            "javascripts\/icon-badge.js",
            "javascripts\/servers.js",
            "javascripts\/utils.js",
            "javascripts\/localization.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16_off.png",
        "default_title": "__MSG_ext_default_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0"
}