Metahub Wallet

A Simple to Use EOS Web Wallet

Metahub Walletคืออะไร?

Metahub Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metahubwallet และคุณลักษณะหลักของมันคือ "A Simple to Use EOS Web Wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metahub Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Metahub Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Easy to use EOS wallet
Decentralized, encrypted data stored in your personal computer wallet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Metahub Wallet Metahub Wallet
ID nglnaekfdaelelcaokeemlnopjhekdkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metahub-wallet/nglnaekfdaelelcaokeemlnopjhekdkj
คำอธิบาย A Simple to Use EOS Web Wallet
ขนาดไฟล์ 1.42 MB
จำนวนการติดตั้ง 328
เวอร์ชันปัจจุบัน 2.0.9
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-01-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา metahubwallet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://metahub.cash/
URL หน้านโยบายความเป็นส่วนตัว https://metahub.cash/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "metahub",
    "description": "A Simple to Use EOS Web Wallet",
    "name": "Metahub Wallet",
    "version": "2.0.9",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/constants-7a5acd68.js",
                "assets\/src\/entries\/contentScript\/content-07c4b742.js",
                "assets\/types-d26040a5.js",
                "src\/entries\/contentScript\/content.js",
                "src\/entries\/windows\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}