MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Cos'è MOBOX WALLET?

MOBOX WALLET è un'estensione di Chrome sviluppata da https://mobox.io, e la sua funzione principale è "DEVELOPED BY TEAM MOBOX".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MOBOX WALLET

Scarica i file di estensione MOBOX WALLET in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
URL Ufficiale https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Descrizione DEVELOPED BY TEAM MOBOX
Dimensione del File 3.23 MB
Conteggio Installazioni 31,328
Versione Corrente 1.1.3
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2021-02-03
Valutazione 3.06/5 Totale 17 Valutazioni
Sviluppatore https://mobox.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mobox.io
URL della Pagina di Aiuto https://mobox.io
Lingue Supportate 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"
    ]
}