GAS Pod

A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.

What is GAS Pod?

GAS Pod is a Chrome extension developed by huazhou, and its main feature is "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".

Extension Screenshots

screenshot

Download GAS Pod Extension CRX File

Download GAS Pod 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

                        Features:
- Supports EIP1559
- Different color labels of icon indicate the current gas traffic
- Click on the dashboard to quickly jump to blocknative
- Launch a small pop-up window, you can place it anywhere as a desktop widget

Open source: https://github.com/huazhouwang/GASPod                    

Extension Basic Information

Name GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
Official URL https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
Description A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
File Size 200 KB
Installation Count 110
Current Version 1.9
Last Updated 2021-11-22
Publish Date 2021-07-05
Developer huazhou
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.9",
    "name": "GAS Pod",
    "description": "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. ",
    "icons": {
        "16": "logo_ethereum_16.png",
        "48": "logo_ethereum_48.png",
        "128": "logo_ethereum_128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "GAS Pod"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}