Polygon Gas Station

Displays current gas prices for Polygon Mainnet.

What is Polygon Gas Station?

Polygon Gas Station is a Chrome extension developed by Dornat, and its main feature is "Displays current gas prices for Polygon Mainnet.".

Extension Screenshots

screenshot

Download Polygon Gas Station Extension CRX File

Download Polygon Gas Station 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

                        Access current gas prices on polygon mainnet using data from https://gasstation-mainnet.matic.network with the option to view available amounts of gas that you need to choose for making a transaction.                    

Extension Basic Information

Name Polygon Gas Station Polygon Gas Station
ID mofhphpaefijhjcidmcibbihfgdemooa
Official URL https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa
Description Displays current gas prices for Polygon Mainnet.
File Size 70.9 KB
Installation Count 1,053
Current Version 0.1.1
Last Updated 2021-07-05
Publish Date 2021-07-05
Rating 4.00/5 Total 5 Ratings
Developer Dornat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "PolyGasStation",
    "name": "Polygon Gas Station",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Displays current gas prices for Polygon Mainnet.",
    "icons": {
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo512.png",
        "default_popup": "popup.html"
    }
}