Fantom Gas Price Extension

Displays the current gas price using your preferred gas price provider.

What is Fantom Gas Price Extension?

Fantom Gas Price Extension is a Chrome extension developed by PeaStew, and its main feature is "Displays the current gas price using your preferred gas price provider.".

Extension Screenshots

screenshot
screenshot

Download Fantom Gas Price Extension Extension CRX File

Download Fantom Gas Price Extension 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

                        Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)                    

Extension Basic Information

Name Fantom Gas Price Extension Fantom Gas Price Extension
ID ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Official URL https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm
Description Displays the current gas price using your preferred gas price provider.
File Size 78.2 KB
Installation Count 58
Current Version 0.0.1
Last Updated 2022-02-14
Publish Date 2022-02-14
Developer PeaStew
Email [email protected]
Payment Type free
Extension Website https://github.com/PeaStew/fantom-gas-price-extension
Help Page URL https://github.com/PeaStew/fantom-gas-price-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantom Gas Price Extension",
    "version": "0.0.1",
    "description": "Displays the current gas price using your preferred gas price provider.",
    "manifest_version": 3,
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "action": {
        "default_title": "Fantom Gas Price",
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "static\/icon16.png",
            "32": "static\/icon32.png",
            "48": "static\/icon48.png",
            "128": "static\/icon128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}