MOBOX WALLET

DEVELOPED BY TEAM MOBOX

MOBOX WALLET là gì?

MOBOX WALLET là một tiện ích mở rộng Chrome được phát triển bởi https://mobox.io, và tính năng chính của nó là "DEVELOPED BY TEAM MOBOX".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MOBOX WALLET

Tải xuống các tệp mở rộng MOBOX WALLET dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
URL Chính Thức https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Mô tả DEVELOPED BY TEAM MOBOX
Kích Thước Tệp 3.23 MB
Số Lần Cài Đặt 31,328
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2021-02-03
Đánh Giá 3.06/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://mobox.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mobox.io
URL Trang Trợ Giúp https://mobox.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}