VPNizer

Free VPN

VPNizer란 무엇입니까?

VPNizer은(는) yaadsuiss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free VPN"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The most simple and fast VPN, completely FREE!!
Allows you to connect to any website from an IP of your selected country. 

Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds.
When disconnected, your real IP will be exposed again.                    

확장 프로그램 기본 정보

이름 VPNizer VPNizer
ID ifbfflkbpjbdebabbplpjdodjkoghlpk
공식 URL https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk
설명 Free VPN
파일 크기 706 KB
설치 횟수 1,141
현재 버전 1.4
최근 업데이트 2020-01-10
출시 날짜 2019-12-29
평점 2.25/5 총 8 개의 평점
개발자 yaadsuiss
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPNizer",
    "description": "Free VPN",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'",
    "manifest_version": 2
}