Blocknative Gas Fee Estimator for ETH & MATIC

Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.

Qu'est-ce que Blocknative Gas Fee Estimator for ETH & MATIC ?

Blocknative Gas Fee Estimator for ETH & MATIC est une extension Chrome développée par Blocknative, et sa fonction principale est "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blocknative Gas Fee Estimator for ETH & MATIC

Téléchargez les fichiers d'extension Blocknative Gas Fee Estimator for ETH & MATIC 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

                        ⛽ Blocknative inspects every pending Ethereum and Polygon transaction to help you accurately estimate what price to pay to get into the next block. 

📊  Our Polygon and Ethereum Gas Estimator extension provides you with gas estimates at various confidence intervals — so you can precisely set your gas fees and get on-chain with confidence.

🚀 Blocknative supports both Type 0 legacy transactions and Type 2 EIP-1559 transactions. 

📈 Our visual gas tracker charts recent gas prices by block (broken down between base fee and priority fee) and a 7-day gas price heatmap.

⚙️ Powered by Blocknative's Gas Platform API, you can integrate accurate gas estimations into your Dapp or trading strategy. 

📚 Learn more and explore the docs at https://www.blocknative.com/gas-estimator

💬 Connect with the team in Discord at https://discord.com/invite/KZaBVME                    

Informations de Base sur l'Extension

Nom Blocknative Gas Fee Estimator for ETH & MATIC Blocknative Gas Fee Estimator for ETH & MATIC
ID ablbagjepecncofimgjmdpnhnfjiecfm
URL Officiel https://chromewebstore.google.com/detail/blocknative-gas-fee-estim/ablbagjepecncofimgjmdpnhnfjiecfm
Description Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.
Taille du Fichier 556 KB
Nombre d'Installations 85,070
Version Actuelle 0.8.12
Dernière Mise à Jour 2024-01-25
Date de Publication 2021-08-26
Évaluation 4.48/5 Total 33 Évaluations
Développeur Blocknative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.blocknative.com
URL de la Page d'Aide https://discord.com/invite/KZaBVME
URL de la Page de Politique de Confidentialité https://www.blocknative.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blocknative Gas Fee Estimator for ETH & MATIC",
    "description": "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.",
    "version": "0.8.12",
    "manifest_version": 3,
    "icons": {
        "48": "public\/icons\/bn-logo-chrome-48.png",
        "128": "public\/icons\/bn-logo-chrome-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ]
}