Feel the Fee

Check out real-time gas fees on Ethereum in whatever currency you like

What is Feel the Fee?

Feel the Fee is a Chrome extension developed by https://fee.finance, and its main feature is "Check out real-time gas fees on Ethereum in whatever currency you like".

Extension Screenshots

screenshot
screenshot

Download Feel the Fee Extension CRX File

Download Feel the Fee 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

                        What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now!                    

Extension Basic Information

Name Feel the Fee Feel the Fee
ID ogajfoicbmjoggcpkmhddokjoipjbnkg
Official URL https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg
Description Check out real-time gas fees on Ethereum in whatever currency you like
File Size 606 KB
Installation Count 52
Current Version 1.3.1
Last Updated 2020-09-10
Publish Date 2020-08-27
Developer https://fee.finance
Email [email protected]
Payment Type free
Extension Website https://fee.finance
Help Page URL https://github.com/harry830622/feel-the-fee/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feel the Fee",
    "version": "1.3.1",
    "description": "Check out real-time gas fees on Ethereum in whatever currency you like",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.coingecko.com\/*",
        "https:\/\/api.fee.finance\/*"
    ],
    "manifest_version": 2
}