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
Eメール [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"
    ]
}