BTC Gas Fee Checker

A simple extension to check and monitor BTC Gas fees.

ما هو BTC Gas Fee Checker؟

BTC Gas Fee Checker هو إضافة Chrome تم تطويرها بواسطة a2265970279، والميزة الرئيسية لها هي "A simple extension to check and monitor BTC Gas fees.".

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

screenshot

تحميل ملف CRX للإضافة BTC Gas Fee Checker

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

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

                        Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.                    

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

الاسم BTC Gas Fee Checker BTC Gas Fee Checker
ID lnhmeibbfjelbndagdknbkmilecfokfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo
الوصف A simple extension to check and monitor BTC Gas fees.
حجم الملف 13.65 KB
عدد التثبيتات 199
النسخة الحالية 1.3
آخر تحديث 2023-05-10
تاريخ النشر 2023-05-03
المطور a2265970279
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BTC Gas Fee Checker",
    "version": "1.3",
    "description": "A simple extension to check and monitor BTC Gas fees.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}