Redacted dVPN

Decentralized VPN Client for Web3

What is Redacted dVPN?

Redacted dVPN is a Chrome extension developed by https://redacted.onl, and its main feature is "Decentralized VPN Client for Web3".

Extension Screenshots

screenshot

Download Redacted dVPN Extension CRX File

Download Redacted dVPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Redacted dVPN Redacted dVPN
ID omjaelfpibpgjmfmhecfonckppkfkkdk
Official URL https://chromewebstore.google.com/detail/redacted-dvpn/omjaelfpibpgjmfmhecfonckppkfkkdk
Description Decentralized VPN Client for Web3
File Size 16.03 MB
Installation Count 11
Current Version 0.0.1
Last Updated 2023-12-15
Publish Date 2023-12-15
Developer https://redacted.onl
Email [email protected]
Payment Type free
Extension Website https://redacted.onl
Help Page URL https://redacted.onl/support
Privacy Policy Page URL https://redacted.onl/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}