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文件

下載VirtualShield - Fast and reliable VPN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}