MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Vad är MOBOX WALLET?

MOBOX WALLET är en Chrome-tillägg utvecklad av https://mobox.io, och dess huvudfunktion är "DEVELOPED BY TEAM MOBOX".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner MOBOX WALLET-förlängningens CRX-fil

Ladda ner MOBOX WALLET-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
Officiell webbadress https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Beskrivning DEVELOPED BY TEAM MOBOX
Filstorlek 3.23 MB
Antal Installationer 31,328
Aktuell Version 1.1.3
Senast Uppdaterad 2023-05-12
Publiceringsdatum 2021-02-03
Betyg 3.06/5 Totalt 17 Betyg
Utvecklare https://mobox.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mobox.io
Hjälpsida URL https://mobox.io
Stödda Språk 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"
    ]
}