WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NodeVault — Web3 Wallet

NodeVault — Web3 Wallet

View on Chrome Web Store
View NodeVault — Web3 Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains
Type
Extension
Users
9 users
1
node**********************
View author page of node**********************
Published
Published on January 7, 2026
Version 3.0.0
Manifest version
3
Updated
Updated on January 9, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View NodeVault — Web3 Wallet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NodeVault \u2014 Web3 Wallet",
    "version": "3.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/512.png"
    },
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chain.dolphinode.world\/wallet",
    "short_name": "NodeVault",
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "activeTab",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "author": "https:\/\/chain.dolphinode.world",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_title": "NodeVault",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/128.png",
            "128": "icons\/512.png"
        },
        "chrome_style": false
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/chain.dolphinode.world\/*"
            ],
            "js": [
                "scripts\/version.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top