Vulture
A Sleek Open-Source, Non-Custodial and Multi-Chain crypto wallet.
什么是Vulture?
Vulture是由https://psycoders.club开发的Chrome扩展程序,该扩展的主要功能是“A Sleek Open-Source, Non-Custodial and Multi-Chain crypto wallet.”。
扩展截图
下载Vulture扩展crx文件
下载Vulture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
------------------@---------------------------------------------@------------------
A user friendly multi-chain crypto wallet made primarily for the Aleph Zero network.
Vulture is open-source and non-custodial, meaning its free forever & you completely own your assets.
Please consider using a hardware-wallet with vulture to stay secure!
Read more at:
https://vulturewallet.net
------------------@---------------------------------------------@------------------ 扩展基本信息
| 名称 | |
| ID | neinilcfcdgfibggonfgihdlkiinekpo |
| 官方URL | https://chromewebstore.google.com/detail/vulture/neinilcfcdgfibggonfgihdlkiinekpo |
| 简介 | A Sleek Open-Source, Non-Custodial and Multi-Chain crypto wallet. |
| 文件大小 | 5.06 MB |
| 安装次数 | 86 |
| 当前版本 | 0.2.6 |
| 更新时间 | 2022-12-02 |
| 上架时间 | 2022-01-06 |
| 开发者 | https://psycoders.club |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://vulturewallet.net |
| 帮助页面URL | https://vulturewallet.net |
| 隐私政策页面URL | https://docs.vulturewallet.net/terms/privacyPolicy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Vulture",
"version": "0.2.6",
"description": "A Sleek Open-Source, Non-Custodial and Multi-Chain crypto wallet.",
"manifest_version": 2,
"homepage_url": "https:\/\/vulturewallet.net",
"browser_action": {
"default_popup": "index.html",
"default_title": "Vulture"
},
"icons": {
"16": "icons\/VultureIcon2.png",
"48": "icons\/VultureIcon2.png",
"128": "icons\/VultureIcon2.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
} | |