GasBest Gas Price Tracker

Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts

Qu'est-ce que GasBest Gas Price Tracker ?

GasBest Gas Price Tracker est une extension Chrome développée par https://gas.best, et sa fonction principale est "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GasBest Gas Price Tracker

Téléchargez les fichiers d'extension GasBest Gas Price Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Save your ETH by sending transactions at cheaper gas prices. Ethereum base fee fluctuates a lot, so if you are willing to wait a bit, you can save up to 50% on gas fees by catching a dip. Charts allow you to see at a glance whether the fee market is stable or gas prices surged 5x 10 minutes ago and it's wise a wait a little before submitting a transaction.

• Gets the latest gas prices faster than most other extensions
• Uses advanced price prediction algorithms based on historical patterns
• Charts of historic average and minimum gas prices
• Shows USD prices for common transaction types
• No user tracking or data collection
• EIP-1559 support

See web version at https://gas.best                    

Informations de Base sur l'Extension

Nom GasBest Gas Price Tracker GasBest Gas Price Tracker
ID ofnhnnijgkcemfdolboenkinolhiciih
URL Officiel https://chromewebstore.google.com/detail/gasbest-gas-price-tracker/ofnhnnijgkcemfdolboenkinolhiciih
Description Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts
Taille du Fichier 988 KB
Nombre d'Installations 175
Version Actuelle 0.6.1
Dernière Mise à Jour 2022-06-03
Date de Publication 2022-05-12
Évaluation 3.00/5 Total 4 Évaluations
Développeur https://gas.best
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/poma/gas-best
URL de la Page d'Aide https://github.com/poma/gas-best/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GasBest Gas Price Tracker",
    "description": "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts",
    "version": "0.6.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ]
}