Redacted dVPN

Decentralized VPN Client for Web3

Redacted dVPN란 무엇입니까?

Redacted dVPN은(는) https://redacted.onl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decentralized VPN Client for Web3"입니다.

확장 프로그램 스크린샷

screenshot

Redacted dVPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Redacted VPN - Enjoy a secure and private internet experience with Redacted VPN, a VPN Chrome extension built on the Solana blockchain. With our unique pay-as-you-go model, you only pay for the minutes you use. No monthly subscriptions, no commitments, no more geo restrictions.                    

확장 프로그램 기본 정보

이름 Redacted dVPN Redacted dVPN
ID omjaelfpibpgjmfmhecfonckppkfkkdk
공식 URL https://chromewebstore.google.com/detail/redacted-dvpn/omjaelfpibpgjmfmhecfonckppkfkkdk
설명 Decentralized VPN Client for Web3
파일 크기 16.03 MB
설치 횟수 11
현재 버전 0.0.1
최근 업데이트 2023-12-15
출시 날짜 2023-12-15
개발자 https://redacted.onl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://redacted.onl
도움말 페이지 URL https://redacted.onl/support
개인정보 보호 정책 페이지 URL https://redacted.onl/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redacted dVPN",
    "description": "Decentralized VPN Client for Web3",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "dist\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestAuthProvider",
        "proxy"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "node_modules\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}