MOBOX WALLET

DEVELOPED BY TEAM MOBOX

¿Qué es MOBOX WALLET?

MOBOX WALLET es una extensión de Chrome desarrollada por https://mobox.io, y su función principal es "DEVELOPED BY TEAM MOBOX".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MOBOX WALLET

Descarga archivos de extensión MOBOX WALLET en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
URL Oficial https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Descripción DEVELOPED BY TEAM MOBOX
Tamaño del Archivo 3.23 MB
Cantidad de Instalaciones 31,328
Versión Actual 1.1.3
Última Actualización 2023-05-12
Fecha de Publicación 2021-02-03
Calificación 3.06/5 Total de 17 Calificaciones
Desarrollador https://mobox.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://mobox.io
URL de la Página de Ayuda https://mobox.io
Idiomas Soportados 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"
    ]
}