VPN Proxy

VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

什麼是VPN Proxy?

VPN Proxy是由Trellonet開發的Chrome擴展程式,該擴展的主要功能是“VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.”。

擴展截圖

screenshot

下載VPN Proxy擴展crx文件

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

擴展使用說明

                        The best vpn for chrome, which can hide your network ip and protect your network security.                    

擴展基本資訊

名稱 VPN Proxy VPN Proxy
ID ghlpcaaifadoekifkmbclpkhdiolfeol
官方網址 https://chromewebstore.google.com/detail/vpn-proxy/ghlpcaaifadoekifkmbclpkhdiolfeol
簡介 VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
檔案大小 1.12 MB
安裝次數 4,883
目前版本 1.1.1
更新時間 2020-08-24
上架時間 2020-06-29
評分 3.00/5 共 7 次評分
開發者 Trellonet
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.trellonet.com
說明頁面URL https://www.trellonet.com
隱私政策頁面URL https://www.trellonet.com/privacy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VPN Proxy",
    "version": "1.1.1",
    "description": "VPN Proxy vpn offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "VPN Proxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}