ETH gas alerts

Keep track of gas prices easily and set up notifications when it goes below a certain threshold

What is ETH gas alerts?

ETH gas alerts is a Chrome extension developed by ethgasalert, and its main feature is "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Extension Screenshots

screenshot
screenshot
screenshot

Download ETH gas alerts Extension CRX File

Download ETH gas alerts 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

                        Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute.

Powered by Etherscan.io APIs                    

Extension Basic Information

Name ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
Official URL https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Description Keep track of gas prices easily and set up notifications when it goes below a certain threshold
File Size 29.32 KB
Installation Count 4,139
Current Version 0.0.1
Last Updated 2020-11-28
Publish Date 2020-11-24
Rating 4.00/5 Total 9 Ratings
Developer ethgasalert
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH gas alerts",
    "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ethereum16.png",
        "48": "ethereum48.png",
        "128": "ethereum128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}