My IP Hider VPN

My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!

My IP Hider VPN란 무엇입니까?

My IP Hider VPN은(는) https://myiphider.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Hide My IP VPN is number one tool for hiding your IP and unblocking any web site. Extension contains:

FREE for life time gateways; premium gateways which are available on subscription bases ($11.52); trial access to premium gateways for all newly registered users (who never used service before); ability to be used with own proxy servers (free proxy server can be obtained from many web sites, for example https://proxy-list.org).

Each VPN proxy server provides high speed (100mbit), stability (100%) and VPN level data encryption for your internet connection. Currently we have gateways from 80 different country and city locations.

p.s. If our system detects that you or someone else used trial from your place, it will remove it automatically. We understand that sometimes AI can make a mistake, so if you believe that you never used trial before, please contact us and we will add it back manually.                    

확장 프로그램 기본 정보

이름 My IP Hider VPN My IP Hider VPN
ID keodbianoliadkoelloecbhllnpiocoi
공식 URL https://chromewebstore.google.com/detail/my-ip-hider-vpn/keodbianoliadkoelloecbhllnpiocoi
설명 My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!
파일 크기 1.78 MB
설치 횟수 70,257
현재 버전 12.0.3
최근 업데이트 2024-02-15
출시 날짜 2019-05-10
평점 4.78/5 총 4247 개의 평점
개발자 https://myiphider.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://myiphider.com/
도움말 페이지 URL https://member.proxylistpro.com/helpdesk/
개인정보 보호 정책 페이지 URL http://hide-my-ip.org/page/privacy-policy
지원되는 언어 id,de,en,fil,fr,es,it,cs,ru,iw,hi,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "version": "12.0.3",
    "description": "__MSG_description__",
    "icons": {
        "16": ".\/data\/img\/icon16.png",
        "48": ".\/data\/img\/icon48.png",
        "128": ".\/data\/img\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_app_name__",
        "default_popup": ".\/data\/popup\/popup.html",
        "default_icon": {
            "19": ".\/data\/img\/19\/icons\/off.png",
            "38": ".\/data\/img\/38\/icons\/off.png"
        }
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider",
        "declarativeNetRequest",
        "management",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": ".\/index.js",
        "type": "module"
    },
    "default_locale": "en"
}