MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Apa itu MOBOX WALLET?

MOBOX WALLET adalah ekstensi Chrome yang dikembangkan oleh https://mobox.io, dan fitur utamanya adalah "DEVELOPED BY TEAM MOBOX".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MOBOX WALLET

Unduh file ekstensi MOBOX WALLET dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
URL Resmi https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Deskripsi DEVELOPED BY TEAM MOBOX
Ukuran File 3.23 MB
Jumlah Instalasi 31,328
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2023-05-12
Tanggal Publikasi 2021-02-03
Penilaian 3.06/5 Total 17 Penilaian
Pengembang https://mobox.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mobox.io
URL Halaman Bantuan https://mobox.io
Bahasa yang Didukung 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"
    ]
}