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.

Was ist Blocknative Gas Fee Estimator for ETH & MATIC?

Blocknative Gas Fee Estimator for ETH & MATIC ist eine Chrome-Erweiterung, die von Blocknative entwickelt wurde, und ihr Hauptmerkmal ist "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Blocknative Gas Fee Estimator for ETH & MATIC-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blocknative Gas Fee Estimator for ETH & MATIC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ⛽ 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                    

Grundlegende Informationen zur Erweiterung

Name Blocknative Gas Fee Estimator for ETH & MATIC Blocknative Gas Fee Estimator for ETH & MATIC
ID ablbagjepecncofimgjmdpnhnfjiecfm
Offizielle URL https://chromewebstore.google.com/detail/blocknative-gas-fee-estim/ablbagjepecncofimgjmdpnhnfjiecfm
Beschreibung Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.
Dateigröße 556 KB
Installationsanzahl 85,070
Aktuelle Version 0.8.12
Letztes Update 2024-01-25
Veröffentlichungsdatum 2021-08-26
Bewertung 4.48/5 Insgesamt 33 Bewertungen
Entwickler Blocknative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.blocknative.com
Hilfeseite URL https://discord.com/invite/KZaBVME
URL der Datenschutzrichtlinien-Seite https://www.blocknative.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}