HAVAH Wallet
Unleash your NFTs in the infinite Metaverse
什么是HAVAH Wallet?
HAVAH Wallet是由HAVAH开发的Chrome扩展程序,该扩展的主要功能是“Unleash your NFTs in the infinite Metaverse”。
扩展截图
下载HAVAH Wallet扩展crx文件
下载HAVAH Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HAVAH Wallet is an extension program for using distributed applications on the HAVAH Network. HAVAH Wallet encrypts and stores the Public key and the mnemonic phrase, which are considered essential information to manage various digital assets in the individual's local storage and does not separately back up or upload the information to its own online storage. The functions of the online digital Wallet includes, but is not limited to, transfers, exchanges, and transactions, and the Wallet’s services may be expanded through updates. HAVAH Wallet docs : https://docs.havah.io/havahwallet/ HAVAH Platform : https://www.havah.io/ HAVAH Scan : https://scan.havah.io/ HAVAH Mitter : https://mitter.havah.io/bridge/nft HAVAH Intro : https://intro.havah.io/
扩展基本信息
名称 | HAVAH Wallet |
ID | cnncmdhjacpkmjmkcafchppbnpnhdmon |
官方URL | https://chromewebstore.google.com/detail/havah-wallet/cnncmdhjacpkmjmkcafchppbnpnhdmon |
简介 | Unleash your NFTs in the infinite Metaverse |
文件大小 | 16.74 MB |
安装次数 | 107,513 |
当前版本 | 2.3.1 |
更新时间 | 2024-02-23 |
上架时间 | 2022-10-07 |
评分 | 4.08/5 共25次评分 |
开发者 | HAVAH |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.havah.io/ |
帮助页面URL | https://discord.com/invite/havahofficial |
隐私政策页面URL | https://drive.google.com/file/d/10EBwM28fATE80cvOqenaxLk4zLWkcwiA/view?usp=sharing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HAVAH Wallet", "version": "2.3.1", "description": "Unleash your NFTs in the infinite Metaverse", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_title": "Unleash your NFTs in the infinite Metaverse", "default_icon": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-120x120.png" } }, "icons": { "16": "icon-16x16.png", "32": "icon-32x32.png", "48": "icon-48x48.png", "128": "icon-120x120.png" }, "externally_connectable": { "matches": [ "*:\/\/bridge.dcentwallet.com\/*" ] }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "resources": [ "icon-16x16.png", "icon-32x32.png", "icon-48x48.png", "icon-120x120.png", "src\/pages\/inpage\/index.js" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "resources": [ "src\/pages\/content\/index.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/js\/Content-script-loader.index.chunk.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/bridge.dcentwallet.com\/*" ] } |