MOBOX WALLET

DEVELOPED BY TEAM MOBOX

Co to jest MOBOX WALLET?

MOBOX WALLET to rozszerzenie Chrome opracowane przez https://mobox.io, a jego główną funkcją jest „DEVELOPED BY TEAM MOBOX”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MOBOX WALLET

Pobierz pliki rozszerzeń MOBOX WALLET w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
Oficjalny URL https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
Opis DEVELOPED BY TEAM MOBOX
Rozmiar pliku 3.23 MB
Liczba instalacji 31,328
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2023-05-12
Data Publikacji 2021-02-03
Ocena 3.06/5 Łącznie 17 Oceny
Deweloper https://mobox.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mobox.io
Adres URL Strony Pomocy https://mobox.io
Obsługiwane Języki 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"
    ]
}