VyprVPN Secure Chrome VPN Proxy

VyprVPN Secure & Simple VPN Proxy Extension

VyprVPN Secure Chrome VPN Proxy란 무엇입니까?

VyprVPN Secure Chrome VPN Proxy은(는) http://vyprvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VyprVPN Secure & Simple VPN Proxy Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The easy and effective way to secure your Chrome browser activity.

Unblock popular websites with the VyprVPN Proxy Beta. Change your IP address to spoof your location and access blocked content effortlessly.  

Keep browser activity safe and private with an additional layer of security from a trusted VPN provider. Enjoy the benefits of https proxy and protect your information without second thought. 

Customize your browsing experience and adjust proxy settings in a few simple clicks. Secure your activity on an as-needed basis, when accessing selected websites or using public wi-fi.  

Why VyprVPN Proxy? 

Need a straightforward way to protect your privacy, hide your location and access blocked content while using Chrome? VyprVPN offers the most secure virtual private network. Our secure VPN proxy is available as a Chrome browser extension and enables you to use websites and web services from anywhere in the world.  

-Access to Popular Websites 

-Location Spoofing 

-No Logs 

-Fast Speeds 

-Quick and Easy Install  

-Simple Usability 

-No Bandwidth Limits 

-Optimized for Chrome 

Features 

Access favorite media sites and restricted content while traveling.  

Protect your data from being viewed, tracked, shared or sold by third parties. 

Quickly and easily auto-configure web proxy settings with zero technical knowledge.  

Protect your important online information from hackers or snoops on public wi-fi. 

Change your geolocation and connect instantly to protect your online identity and true location. 

Enjoy a seamless proxy experience optimized specifically for Chrome. 

Requirements 

Free VPN proxy is included with all VyprVPN subscriptions. 

 

Learn More About VyprVPN 

https://www.vyprvpn.com

https://www.vyprvpn.com/vpn-apps 

https://support.vyprvpn.com/hc/en-us                    

확장 프로그램 기본 정보

이름 VyprVPN Secure Chrome VPN Proxy VyprVPN Secure Chrome VPN Proxy
ID icepgomcnkkmncpgagodpbcgfmoinfeb
공식 URL https://chrome.google.com/webstore/detail/vyprvpn-secure-chrome-vpn/icepgomcnkkmncpgagodpbcgfmoinfeb
설명 VyprVPN Secure & Simple VPN Proxy Extension
파일 크기 629 KB
설치 횟수 10,351
현재 버전 0.9.3 Beta
최근 업데이트 2021-08-20
출시 날짜 2021-08-02
평점 2.70/5 총 43 개의 평점
개발자 http://vyprvpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vyprvpn.com/vpn-apps
도움말 페이지 URL https://support.vyprvpn.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.goldenfrog.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VyprVPN Secure Chrome VPN Proxy",
    "version": "0.9.3.3",
    "version_name": "0.9.3 Beta",
    "manifest_version": 2,
    "description": "VyprVPN Secure & Simple VPN Proxy Extension",
    "homepage_url": "https:\/\/www.vyprvpn.com\/",
    "icons": {
        "16": "src\/images\/icon\/vyprvpn_disconnected_16.png",
        "32": "src\/images\/icon\/vyprvpn_logo_32.png",
        "48": "src\/images\/icon\/vyprvpn_logo_48.png",
        "128": "src\/images\/icon\/vyprvpn_logo_128.png"
    },
    "background": {
        "scripts": [
            "src\/popup.js"
        ]
    },
    "browser_action": {
        "default_title": "VyprVPN Browser Extension",
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/images\/icon\/vyprvpn_disconnected_16.png",
            "32": "src\/images\/icon\/vyprvpn_logo_32.png",
            "48": "src\/images\/icon\/vyprvpn_logo_48.png",
            "128": "src\/images\/icon\/vyprvpn_logo_128.png"
        }
    },
    "incognito": "spanning",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "storage",
        "unlimitedStorage",
        ""
    ]
}