DeFi Saver Gas Prices Extension
Ethereum gas prices extension with dark and light modes and 7-day historical data.
Cos'è DeFi Saver Gas Prices Extension?
DeFi Saver Gas Prices Extension è un'estensione di Chrome sviluppata da DeFi Saver, e la sua funzione principale è "Ethereum gas prices extension with dark and light modes and 7-day historical data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DeFi Saver Gas Prices Extension
Scarica i file di estensione DeFi Saver Gas Prices Extension 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 prices extension with EIP-1559 support, dark and light modes, historical average gas prices chart and custom notifications.
The default price shown on the extension badge is the base fee, as introduced with EIP-1559, though users can still switch to the legacy (Type 0) view.
Features include:
- EIP-1559 support with current base fee and priority fee (miner tip) suggestions
- Refreshes every minute automatically or continuously while opened
- Chart of average gas prices in the last 24 hours, 7 days or month
- Dark (default) and light modes
- No user tracking or data collection
- Configurable gas price notifications
Suggestions and all feedback is always welcome - please don't hesitate to reach out to us. Informazioni di Base sull'Estensione
| Nome | |
| ID | afgfdkloegmghldbalmenklokhlifphe |
| URL Ufficiale | https://chromewebstore.google.com/detail/defi-saver-gas-prices-ext/afgfdkloegmghldbalmenklokhlifphe |
| Descrizione | Ethereum gas prices extension with dark and light modes and 7-day historical data. |
| Dimensione del File | 522 KB |
| Conteggio Installazioni | 34,357 |
| Versione Corrente | 0.5.1 |
| Ultimo Aggiornamento | 2022-12-07 |
| Data di Pubblicazione | 2020-11-16 |
| Valutazione | 4.73/5 Totale 26 Valutazioni |
| Sviluppatore | DeFi Saver |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://defisaver.com/ |
| URL della Pagina della Politica sulla Privacy | https://app.defisaver.com/privacy-policy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "DFS Gas Prices Extension",
"name": "DeFi Saver Gas Prices Extension",
"manifest_version": 3,
"description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
"version": "0.5.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon-green-16.png",
"32": "images\/icon-green-32.png",
"48": "images\/icon-green-48.png",
"128": "images\/icon-green-128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"host_permissions": [
"https:\/\/app.defisaver.com\/*"
]
} | |