SandVPN - Free, Fast, Unlimited VPN Proxy

Fast, Secure, Stable

什麼是SandVPN - Free, Fast, Unlimited VPN Proxy?

SandVPN - Free, Fast, Unlimited VPN Proxy是由https://sandvpn.com開發的Chrome擴展程式,該擴展的主要功能是“Fast, Secure, Stable”。

擴展截圖

screenshot
screenshot
screenshot

下載SandVPN - Free, Fast, Unlimited VPN Proxy擴展crx文件

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

擴展使用說明

                        Time to Level Up Privacy with SandVPN: FREE, FAST, UNLIMITED PROXY! Bypass Geo-Blocking and be free and anonymous online                    

擴展基本資訊

名稱 SandVPN - Free, Fast, Unlimited VPN Proxy SandVPN - Free, Fast, Unlimited VPN Proxy
ID ngigoeagdgecjjbmielklflkmnlnddop
官方網址 https://chromewebstore.google.com/detail/sandvpn-free-fast-unlimit/ngigoeagdgecjjbmielklflkmnlnddop
簡介 Fast, Secure, Stable
檔案大小 1.49 MB
安裝次數 2,039
目前版本 1.6.4
更新時間 2024-01-05
上架時間 2023-01-03
評分 3.00/5 共 7 次評分
開發者 https://sandvpn.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://sandvpn.com/
隱私政策頁面URL https://sandvpn.com/policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SandVPN - Free, Fast, Unlimited VPN Proxy",
    "minimum_chrome_version": "108",
    "description": "Fast, Secure, Stable",
    "version": "1.6.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "SandVPN"
    },
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "tabs",
        "privacy",
        "proxy",
        "management",
        "storage",
        "webRequest",
        "webRequestAuthProvider",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}