VPN Shield

Free VPN service

什麼是VPN Shield?

VPN Shield是由torkestanimina53開發的Chrome擴展程式,該擴展的主要功能是“Free VPN service”。

擴展截圖

screenshot
screenshot
screenshot

下載VPN Shield擴展crx文件

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

擴展使用說明

                        After installing VPN extension you’ll get access to any website you want. There are some website that may be difficult to access due to a certain restrictions, but you don’t have to even think about solving this problem, because we’ve already solved it for you. Download our new free VPN for chrome browser and have no worries. Absolutely free yet high-quality product designed to simply do its job. You can rely on this VPN proxy addon, because it’ll never let you down. Ease of use is what we choose as priority when creating each our products. If you are worried about unprotected Wi-Fi hotspots, want to access a specific website or just want to be protected from surveillance then you should definitely check out this VPN extension. Connect to personal server just in one click! Forget about any geographical restrictions and unblock any content you want. Our extension uses reliable encryption to protect your traffic and hides your real IP address. VPN proxy is the best chrome extension of its kind and can be called as the easiest way to keep your network safe and private. Choose the desired country and address and surf internet without any restrictions. You can access sites blocked in your region just in a few clicks. It’s really easy; install the extension and see for yourself!                    

擴展基本資訊

名稱 VPN Shield VPN Shield
ID obofjiikjicggbhjbpgehcoeleejabdn
官方網址 https://chrome.google.com/webstore/detail/vpn-shield/obofjiikjicggbhjbpgehcoeleejabdn
簡介 Free VPN service
檔案大小 35.91 KB
安裝次數 10,000
目前版本 1.1
更新時間 2022-01-24
上架時間 2021-09-21
評分 1.57/5 共 7 次評分
開發者 torkestanimina53
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
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.1",
    "icons": {
        "128": "icon\/logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/server.js",
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "layout\/index.html",
        "default_icon": {
            "128": "icon\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}