MWC Wallet

A MimbleWimble Coin wallet.

MWC Walletคืออะไร?

MWC Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Flamel และคุณลักษณะหลักของมันคือ "A MimbleWimble Coin wallet."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MWC Wallet is an extension that allows you to manage your MimbleWimble Coin in your web browser.

This extension injects an API into every website you visit making it possible for those websites to interact with MWC Wallet.                    

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

ชื่อ MWC Wallet MWC Wallet
ID ahhdnimkkpkmclgcnbchlgijhmieongp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mwc-wallet/ahhdnimkkpkmclgcnbchlgijhmieongp
คำอธิบาย A MimbleWimble Coin wallet.
ขนาดไฟล์ 1.6 MB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 2.5.0
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-06-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nicolas Flamel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NicolasFlamel1/MWC-Wallet-Browser-Extension
URL หน้านโยบายความเป็นส่วนตัว https://mwcwallet.com/privacy_policy.txt
ภาษาที่รองรับ de,en,en-US,nl,cs,el,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "version": "2.5.0",
    "manifest_version": 3,
    "default_locale": "en_US",
    "action": {
        "default_icon": {
            "16": ".\/images\/app_icons\/app_icon-16x16.png",
            "24": ".\/images\/app_icons\/app_icon-24x24.png",
            "32": ".\/images\/app_icons\/app_icon-32x32.png",
            "48": ".\/images\/app_icons\/app_icon-48x48.png",
            "64": ".\/images\/app_icons\/app_icon-64x64.png",
            "114": ".\/images\/app_icons\/app_icon-114x114.png",
            "120": ".\/images\/app_icons\/app_icon-120x120.png",
            "128": ".\/images\/app_icons\/app_icon-128x128.png",
            "144": ".\/images\/app_icons\/app_icon-144x144.png",
            "152": ".\/images\/app_icons\/app_icon-152x152.png",
            "180": ".\/images\/app_icons\/app_icon-180x180.png",
            "192": ".\/images\/app_icons\/app_icon-192x192.png",
            "256": ".\/images\/app_icons\/app_icon-256x256.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "icons": {
        "16": ".\/images\/app_icons\/app_icon-16x16.png",
        "24": ".\/images\/app_icons\/app_icon-24x24.png",
        "32": ".\/images\/app_icons\/app_icon-32x32.png",
        "48": ".\/images\/app_icons\/app_icon-48x48.png",
        "64": ".\/images\/app_icons\/app_icon-64x64.png",
        "114": ".\/images\/app_icons\/app_icon-114x114.png",
        "120": ".\/images\/app_icons\/app_icon-120x120.png",
        "128": ".\/images\/app_icons\/app_icon-128x128.png",
        "144": ".\/images\/app_icons\/app_icon-144x144.png",
        "152": ".\/images\/app_icons\/app_icon-152x152.png",
        "180": ".\/images\/app_icons\/app_icon-180x180.png",
        "192": ".\/images\/app_icons\/app_icon-192x192.png",
        "256": ".\/images\/app_icons\/app_icon-256x256.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'; img-src 'self' data:"
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "background": {
        "service_worker": ".\/service_worker.js"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "api.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}