MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Hvad er MOBOX WALLET?

MOBOX WALLET er en Chrome-udvidelse udviklet af https://mobox.io, og dens hovedfunktion er "DEVELOPED BY TEAM MOBOX".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download MOBOX WALLET-udvidelses-CRX-fil

Download MOBOX WALLET-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
Officiel URL https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Beskrivelse DEVELOPED BY TEAM MOBOX
Filstørrelse 3.23 MB
Antal Installationer 31,328
Nuværende Version 1.1.3
Senest Opdateret 2023-05-12
Udgivelsesdato 2021-02-03
Bedømmelse 3.06/5 Samlet 17 Bedømmelser
Udvikler https://mobox.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mobox.io
Hjælpeside-URL https://mobox.io
Understøttede Sprog 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"
    ]
}