Ethereum gas price alert

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

Cos'è Ethereum gas price alert?

Ethereum gas price alert è un'estensione di Chrome sviluppata da pedro.reyes.solutions, e la sua funzione principale è "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ethereum gas price alert

Scarica i file di estensione Ethereum gas price alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
URL Ufficiale https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Descrizione Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Dimensione del File 49.3 MB
Conteggio Installazioni 154
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-06-02
Data di Pubblicazione 2021-07-28
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore pedro.reyes.solutions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wolfalert-prod.web.app/gas
URL della Pagina di Aiuto https://t.me/joinchat/RLkEMkRDOovu9tuR
Lingue Supportate 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"
    }
}