Ethereum gas price alert

Wolfalert - Set your alarm to be notified when the ethereum gas price is low!

ما هو Ethereum gas price alert؟

Ethereum gas price alert هو إضافة Chrome تم تطويرها بواسطة pedro.reyes.solutions، والميزة الرئيسية لها هي "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ethereum gas price alert

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

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

                        Ethereum gas price alert. 

A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.                    

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

الاسم Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
الوصف Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
حجم الملف 49.3 MB
عدد التثبيتات 154
النسخة الحالية 2.0.1
آخر تحديث 2022-06-02
تاريخ النشر 2021-07-28
تقييم 4.00/5 مجموع تقييمات 2
المطور pedro.reyes.solutions
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wolfalert-prod.web.app/gas
عنوان صفحة المساعدة https://t.me/joinchat/RLkEMkRDOovu9tuR
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wolfalert",
    "name": "Ethereum gas price alert",
    "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts\/background.js",
        "type": "module"
    }
}