Metalet

An MVC Crypto Wallet Extension

ما هو Metalet؟

Metalet هو إضافة Chrome تم تطويرها بواسطة https://microvisionchain.com، والميزة الرئيسية لها هي "An MVC Crypto Wallet Extension".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Metalet

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

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

                        Metalet is an Crypto wallet extension. Metalet provides users with a convenient and secure solution for managing Bitcoin, SPACE and cryptocurrencies. The application supports mainstream cryptocurrency exchanges and standard Bitcoin wallets, with high security, privacy protection, and compatibility.

Metalet plugin application provides the following functions:
1. Real-time calculation of SPACE transaction fees.
2. Quickly and conveniently send and receive SPACE and other cryptocurrencies.
3. View SPACE and other cryptocurrencies' prices and market values in the application.

The user interface design of Metalet Bitcoin Wallet plugin application is simple, clear, and easy to operate, conforming to the usage habits of most users. Furthermore, the application has built-in security protection technology to provide extreme privacy protection for users.

Metalet为用户提供一种方便、安全的管理比特币、SPACE及其他加密货币的解决方案。应用支持主流的加密货币交易所和标准的比特币钱包,具有高度的安全性、隐私保护和兼容性。

Metalet插件应用提供以下功能:

实时计算加密货币交易费用。
快速方便地进行收发加密货币。
在应用中查看加密货币价格和市值。

Metalet插件应用的用户界面设计简洁明了,操作方便,符合广大用户的使用习惯,同时应用内置的安全防护技术,将用户的隐私保护到极致。                    

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

الاسم Metalet Metalet
ID lbjapbcmmceacocpimbpbidpgmlmoaao
عنوان URL الرسمي https://chromewebstore.google.com/detail/metalet/lbjapbcmmceacocpimbpbidpgmlmoaao
الوصف An MVC Crypto Wallet Extension
حجم الملف 3.75 MB
عدد التثبيتات 4,488
النسخة الحالية 2.4.1
آخر تحديث 2024-02-28
تاريخ النشر 2022-08-26
تقييم 4.50/5 مجموع تقييمات 4
المطور https://microvisionchain.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://microvisionchain.com
عنوان صفحة المساعدة https://github.com/mvc-labs/metalet-extension
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Metalet",
    "description": "An MVC Crypto Wallet Extension",
    "version": "2.4.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Metalet"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                ".\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/metalet.space\/*",
            "*:\/\/mvcswap.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/background.global.js"
    },
    "icons": {
        "128": "logo128.png"
    }
}