BurnerX

BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…

ما هو BurnerX؟

BurnerX هو إضافة Chrome تم تطويرها بواسطة David Mihal، والميزة الرئيسية لها هي "BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…".

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

screenshot

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

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

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

                        BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries.

BurnerX allows users to send & receive cryptocurrencies, as well as interact with dapps.                    

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

الاسم BurnerX BurnerX
ID dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/burnerx/dmoidpfmmhnchjngdjcbkpdjfmhkpnjg
الوصف BurnerX is a Ethereum wallet and Web3 browser extension, built using the Burner Wallet 2 libraries. BurnerX allows users to send &…
حجم الملف 8.68 MB
عدد التثبيتات 760
النسخة الحالية 0.1.0
آخر تحديث 2020-08-28
تاريخ النشر 2020-08-28
تقييم 1.00/5 مجموع تقييمات 1
المطور David Mihal
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/burner-wallet/chrome-extension
عنوان صفحة المساعدة https://github.com/burner-wallet/chrome-extension/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BurnerX",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "wallet.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.bundle.js",
        "wallet.html"
    ]
}