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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}