MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Qu'est-ce que MOBOX WALLET ?

MOBOX WALLET est une extension Chrome développée par https://mobox.io, et sa fonction principale est "DEVELOPED BY TEAM MOBOX".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MOBOX WALLET

Téléchargez les fichiers d'extension MOBOX WALLET au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
URL Officiel https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Description DEVELOPED BY TEAM MOBOX
Taille du Fichier 3.23 MB
Nombre d'Installations 31,328
Version Actuelle 1.1.3
Dernière Mise à Jour 2023-05-12
Date de Publication 2021-02-03
Évaluation 3.06/5 Total 17 Évaluations
Développeur https://mobox.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mobox.io
URL de la Page d'Aide https://mobox.io
Langues Prises en Charge 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"
    ]
}