Ethereum Gas Prices

Ethereum Gas Prices

Always up-to-date Ethereum gas prices from the 3 most popular data sources for Ethereum gas information: Blocknative, Etherscan, and EthGasStation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ethereum Gas Prices",
  "version": "1.4.3",
  "manifest_version": 2,
  "description": "Ethereum gas price info, always up to date, from multiple sources",
  "homepage_url": "https://github.com/block-wallet/ethereum-gas-prices-browser-extension",
  "permissions": [
    "alarms",
    "storage"
  ],
  "icons": {
    "128": "icons/icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "24": "icons/icon-24.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Ethereum Gas Prices",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ef5ed414-8d2f-417e-a91a-070b5a65755d}"
    }
  }
}