Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
什么是Bitwallet?
Bitwallet是由https://beimagine.tech开发的Chrome扩展程序,该扩展的主要功能是“Bit Wallet enables users to sign in and use decentralized applications securely.”。
扩展截图
下载Bitwallet扩展crx文件
下载Bitwallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bit Wallet enables users to sign in and use decentralized applications securely. 扩展基本信息
| 名称 | |
| ID | ddphokhghjkekfdoddpeffdpojdofcan |
| 官方URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
| 简介 | Bit Wallet enables users to sign in and use decentralized applications securely. |
| 文件大小 | 7.57 MB |
| 安装次数 | 103 |
| 当前版本 | 4.3 |
| 更新时间 | 2023-11-27 |
| 上架时间 | 2022-11-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://beimagine.tech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bitmemoir.com/ |
| 帮助页面URL | https://www.bitmemoir.com/#/privacypolicy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bitwallet",
"version": "4.3",
"permissions": [
"activeTab",
"storage",
"background"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"inject-script.js",
"connection-popup.html",
"connection-popup.js",
"password-popup.html",
"password-popup.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |