MOBOX WALLET

DEVELOPED BY TEAM MOBOX

ما هو MOBOX WALLET؟

MOBOX WALLET هو إضافة Chrome تم تطويرها بواسطة https://mobox.io، والميزة الرئيسية لها هي "DEVELOPED BY TEAM MOBOX".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MOBOX WALLET

قم بتنزيل ملفات الامتداد MOBOX WALLET بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم MOBOX WALLET MOBOX WALLET
ID fcckkdbjnoikooededlapcalpionmalo
عنوان URL الرسمي https://chromewebstore.google.com/detail/mobox-wallet/fcckkdbjnoikooededlapcalpionmalo
الوصف DEVELOPED BY TEAM MOBOX
حجم الملف 3.23 MB
عدد التثبيتات 31,328
النسخة الحالية 1.1.3
آخر تحديث 2023-05-12
تاريخ النشر 2021-02-03
تقييم 3.06/5 مجموع تقييمات 17
المطور https://mobox.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mobox.io
عنوان صفحة المساعدة https://mobox.io
اللغات المدعومة 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"
    ]
}