Whoer VPN

Proxy web extension

Whoer VPN란 무엇입니까?

Whoer VPN은(는) whoer.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy web extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Whoer VPN extension for Chrome will hide your real IP, protect your data when working through public wi-fi points, unblock blocked sites in your country.

Benefits of using Whoer VPN for Chrome:
- Hides your IP address on the Internet
- Secure connection
- Lack of log
- Access to online games
- Keeping personal data safe
- Access to social networks around the world
- Access to blocked websites
- Protection against leak of WebRTC and Flash
- Quick support from the service team

Whoer VPN for Chrome is a quick and easy extension with installation in a few clicks.

Also try our applications for macOS and Windows:
https://whoer.net/download

Any questions about our product?
Contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Whoer VPN Whoer VPN
ID cgojmfochfikphincbhokimmmjenhhgk
공식 URL https://chromewebstore.google.com/detail/whoer-vpn/cgojmfochfikphincbhokimmmjenhhgk
설명 Proxy web extension
파일 크기 2.44 MB
설치 횟수 26,065
현재 버전 1.9.5
최근 업데이트 2023-02-11
출시 날짜 2019-10-08
평점 3.89/5 총 84 개의 평점
개발자 whoer.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://whoer.net/vpn
도움말 페이지 URL https://whoer.net/vpn
개인정보 보호 정책 페이지 URL https://whoer.net/privacy_policy
지원되는 언어 de,en,fr,nl,tr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whoer VPN",
    "description": "__MSG_extensionDescription__",
    "version": "1.9.5",
    "short_name": "Your VPN for browser",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "management"
    ],
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    },
    "icons": {
        "16": "off.png",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    }
}