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.

Hvad er Blocknative Gas Fee Estimator for ETH & MATIC?

Blocknative Gas Fee Estimator for ETH & MATIC er en Chrome-udvidelse udviklet af Blocknative, og dens hovedfunktion er "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Blocknative Gas Fee Estimator for ETH & MATIC-udvidelses-CRX-fil

Download Blocknative Gas Fee Estimator for ETH & MATIC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ⛽ 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                    

Grundlæggende oplysninger om udvidelsen

Navn Blocknative Gas Fee Estimator for ETH & MATIC Blocknative Gas Fee Estimator for ETH & MATIC
ID ablbagjepecncofimgjmdpnhnfjiecfm
Officiel URL https://chromewebstore.google.com/detail/blocknative-gas-fee-estim/ablbagjepecncofimgjmdpnhnfjiecfm
Beskrivelse Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.
Filstørrelse 556 KB
Antal Installationer 85,070
Nuværende Version 0.8.12
Senest Opdateret 2024-01-25
Udgivelsesdato 2021-08-26
Bedømmelse 4.48/5 Samlet 33 Bedømmelser
Udvikler Blocknative
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.blocknative.com
Hjælpeside-URL https://discord.com/invite/KZaBVME
URL til Fortrolighedspolitik Side https://www.blocknative.com/privacy-policy
Understøttede Sprog 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"
    ]
}