VirtualShield - Fast and reliable VPN

Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.

VirtualShield - Fast and reliable VPN란 무엇입니까?

VirtualShield - Fast and reliable VPN은(는) https://virtualshield.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network."입니다.

확장 프로그램 스크린샷

screenshot

VirtualShield - Fast and reliable VPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        VirtualShield is an extremely fast, reliable, and unlimited virtual private network (VPN) provider. With just a few taps, you can easily connect to any one of our extremely fast VPN servers.

Why choose VirtualShield?
• Easy to download and use across all your devices
• Many VPN Locations across the Americas, Europe, Asia, and Australia
• 24-hour customer support via live chat and email
• Easy to use apps
• Ultrafast servers
• Unlimited high-speed premium bandwidth

When do I need VirtualShield?
We recommend that you connect to VirtualShield when you are:
• Connected to a public WiFi Hotspot such as Cafes, Airports, Hotels, and more...
• Conducting business such as writing/reading email, or using VOIP
• Traveling, especially when connected to Hotel WiFi
• Booking a flight or hotel reservation
• Making an online purchase

https://virtualshield.com/legal/privacy
https://virtualshield.com/legal/terms                    

확장 프로그램 기본 정보

이름 VirtualShield - Fast and reliable VPN VirtualShield - Fast and reliable VPN
ID aojlhgbkmkahabcmcpifbolnoichfeep
공식 URL https://chrome.google.com/webstore/detail/virtualshield-fast-and-re/aojlhgbkmkahabcmcpifbolnoichfeep
설명 Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.
파일 크기 2.01 MB
설치 횟수 10,000
현재 버전 2.0.0
최근 업데이트 2018-10-11
출시 날짜 2018-10-11
평점 3.76/5 총 58 개의 평점
개발자 https://virtualshield.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://virtualshield.com
도움말 페이지 URL https://support.virtualshield.com
개인정보 보호 정책 페이지 URL https://virtualshield.com/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VirtualShield - Fast and reliable VPN",
    "short_name": "VirtualShield",
    "version": "2.0.0",
    "description": "Browse the web safely and anonymously. Built for privacy protection, backed by our fast, reliable, and secure network.",
    "icons": {
        "32": "assets\/img\/icon_32.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "assets\/img\/icon_64.png"
        },
        "default_popup": "login.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery-3.2.1.min.js",
            "const.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs"
    ]
}