VPN Proxy

Free and unlimited VPN service

VPN Proxy란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        We have released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

확장 프로그램 기본 정보

이름 VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
공식 URL https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
설명 Free and unlimited VPN service
파일 크기 18.52 KB
설치 횟수 9,000
현재 버전 1.4
최근 업데이트 2021-12-21
출시 날짜 2021-06-20
평점 1.00/5 총 5 개의 평점
개발자 mushitaka2733
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}