Redacted dVPN

Decentralized VPN Client for Web3

Redacted dVPNとは何ですか?

Redacted dVPNはhttps://redacted.onlによって開発されたChromeの拡張機能で、その主な機能は「Decentralized VPN Client for Web3」です。

拡張機能のスクリーンショット

screenshot

Redacted dVPN拡張機能のCRXファイルをダウンロード

Redacted dVPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}