Ethereum gas price alert

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

Wat is Ethereum gas price alert?

Ethereum gas price alert is een Chrome-extensie ontwikkeld door pedro.reyes.solutions, en de belangrijkste functie is "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ethereum gas price alert

Download Ethereum gas price alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
Officiële URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Beschrijving Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Bestandsgrootte 49.3 MB
Aantal Installaties 154
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-06-02
Publicatiedatum 2021-07-28
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar pedro.reyes.solutions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wolfalert-prod.web.app/gas
Help Pagina-URL https://t.me/joinchat/RLkEMkRDOovu9tuR
Ondersteunde Talen 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"
    }
}