MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Was ist MOBOX WALLET?

MOBOX WALLET ist eine Chrome-Erweiterung, die von https://mobox.io entwickelt wurde, und ihr Hauptmerkmal ist "DEVELOPED BY TEAM MOBOX".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MOBOX WALLET-Erweiterungs-CRX-Datei herunterladen

Laden Sie MOBOX WALLET-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
Offizielle URL https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Beschreibung DEVELOPED BY TEAM MOBOX
Dateigröße 3.23 MB
Installationsanzahl 31,328
Aktuelle Version 1.1.3
Letztes Update 2023-05-12
Veröffentlichungsdatum 2021-02-03
Bewertung 3.06/5 Insgesamt 17 Bewertungen
Entwickler https://mobox.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mobox.io
Hilfeseite URL https://mobox.io
Unterstützte Sprachen 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"
    ]
}