MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Wat is MOBOX WALLET?

MOBOX WALLET is een Chrome-extensie ontwikkeld door https://mobox.io, en de belangrijkste functie is "DEVELOPED BY TEAM MOBOX".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MOBOX WALLET

Download MOBOX WALLET-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
Officiële URL https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Beschrijving DEVELOPED BY TEAM MOBOX
Bestandsgrootte 3.23 MB
Aantal Installaties 31,328
Huidige Versie 1.1.3
Laatst Bijgewerkt 2023-05-12
Publicatiedatum 2021-02-03
Beoordeling 3.06/5 Totaal 17 Beoordelingen
Ontwikkelaar https://mobox.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mobox.io
Help Pagina-URL https://mobox.io
Ondersteunde Talen 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"
    ]
}