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
公式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
Eメール [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"
    ]
}