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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}