MOBOX WALLET

DEVELOPED BY TEAM MOBOX

什么是MOBOX WALLET?

MOBOX WALLET是由https://mobox.io开发的Chrome扩展程序,该扩展的主要功能是“DEVELOPED BY TEAM MOBOX”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MOBOX WALLET扩展crx文件

下载MOBOX WALLET扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MOBOX Plugin wallet is the first ever multi blockchain decentralized wallet specifically made for interacting with Dapps.  The wallet supports TRON, ETH, and BSC blockchains.

Manage all your NFTs in one simple wallet.

Secure and fast transactions for all your crypto assets.

Swap directly from the plugin.                    

扩展基本信息

名称 MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
官方URL https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
简介 DEVELOPED BY TEAM MOBOX
文件大小 3.23 MB
安装次数 31,328
当前版本 1.1.3
更新时间 2023-05-12
上架时间 2021-02-03
评分 3.06/5 共17次评分
开发者 https://mobox.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mobox.io
帮助页面URL https://mobox.io
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MOBOX WALLET",
    "version": "1.1.3",
    "description": "DEVELOPED BY TEAM MOBOX ",
    "icons": {
        "16": "images\/icon1.png",
        "48": "images\/icon1.png",
        "128": "images\/icon1.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon1.png",
            "38": "images\/icon1.png"
        },
        "default_title": "MBOX Wallet",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "declarativeContent",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "static\/js\/pageHook.js"
    ]
}