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.

What is Blocknative Gas Fee Estimator for ETH & MATIC?

Blocknative Gas Fee Estimator for ETH & MATIC is a Chrome extension developed by Blocknative, and its main feature is "Get into the next block without overpaying with the most reliable and accurate Ethereum and Polygon Gas Estimator extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Blocknative Gas Fee Estimator for ETH & MATIC Extension CRX File

Download Blocknative Gas Fee Estimator for ETH & MATIC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⛽ 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                    

Extension Basic Information

Name Blocknative Gas Fee Estimator for ETH & MATIC Blocknative Gas Fee Estimator for ETH & MATIC
ID ablbagjepecncofimgjmdpnhnfjiecfm
Official URL 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.
File Size 556 KB
Installation Count 85,070
Current Version 0.8.12
Last Updated 2024-01-25
Publish Date 2021-08-26
Rating 4.48/5 Total 33 Ratings
Developer Blocknative
Email [email protected]
Payment Type free
Extension Website https://www.blocknative.com
Help Page URL https://discord.com/invite/KZaBVME
Privacy Policy Page URL https://www.blocknative.com/privacy-policy
Supported Languages 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"
    ]
}