VPN Proxy

Free and unlimited VPN service

什麼是VPN Proxy?

VPN Proxy是由mushitaka2733開發的Chrome擴展程式,該擴展的主要功能是“Free and unlimited VPN service”。

擴展截圖

screenshot

下載VPN Proxy擴展crx文件

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

擴展使用說明

                        We have released a new extension Pied VPN that should interest you.  It will help you open sites, applications, or use different social networks that are prohibited in your country or in the area in which you are located.  Our product is absolutely free for you.  You will need to change some information about yourself to use it.  Pied VPN does not ask for your personal information to use the product.  We have done everything to make you comfortable using Pied VPN.  Just install it on a general device using the link below.                    

擴展基本資訊

名稱 VPN Proxy VPN Proxy
ID knhohabkgoogkfgjiilagecmoenikfkk
官方網址 https://chrome.google.com/webstore/detail/vpn-proxy/knhohabkgoogkfgjiilagecmoenikfkk
簡介 Free and unlimited VPN service
檔案大小 18.52 KB
安裝次數 9,000
目前版本 1.4
更新時間 2021-12-21
上架時間 2021-06-20
評分 1.00/5 共 5 次評分
開發者 mushitaka2733
電子郵箱 [email protected]
付費類型 free
支援的語言 en
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.4",
    "icons": {
        "128": "sefa\/defender.png"
    },
    "background": {
        "scripts": [
            "cambar\/pach.js"
        ]
    },
    "browser_action": {
        "default_popup": "uhb.html",
        "default_icon": {
            "128": "sefa\/defender.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sefa\/tren.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}