Ethereum gas price alert

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

Was ist Ethereum gas price alert?

Ethereum gas price alert ist eine Chrome-Erweiterung, die von pedro.reyes.solutions entwickelt wurde, und ihr Hauptmerkmal ist "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Ethereum gas price alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ethereum gas price alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
Offizielle URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Beschreibung Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Dateigröße 49.3 MB
Installationsanzahl 154
Aktuelle Version 2.0.1
Letztes Update 2022-06-02
Veröffentlichungsdatum 2021-07-28
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler pedro.reyes.solutions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wolfalert-prod.web.app/gas
Hilfeseite URL https://t.me/joinchat/RLkEMkRDOovu9tuR
Unterstützte Sprachen 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"
    }
}