GasNow - Blockchain Real-time Gas Fee Tracker
Multi-chain Gas Price forecast system
What is GasNow - Blockchain Real-time Gas Fee Tracker?
GasNow - Blockchain Real-time Gas Fee Tracker is a Chrome extension developed by https://gasnow.io, and its main feature is "Multi-chain Gas Price forecast system".
Extension Screenshots
Download GasNow - Blockchain Real-time Gas Fee Tracker Extension CRX File
Download GasNow - Blockchain Real-time Gas Fee Tracker 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
The next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base.
Extension Basic Information
Name | GasNow - Blockchain Real-time Gas Fee Tracker |
ID | hnagjfodaogelmdhlmkihikpbadpeljc |
Official URL | https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc |
Description | Multi-chain Gas Price forecast system |
File Size | 754 KB |
Installation Count | 13,772 |
Current Version | 0.0.19 |
Last Updated | 2024-02-22 |
Publish Date | 2023-05-24 |
Rating | 4.85/5 Total 13 Ratings |
Developer | https://gasnow.io |
[email protected] | |
Payment Type | free |
Extension Website | http://gasnow.io |
Help Page URL | https://mct.xyz/contact-us |
Privacy Policy Page URL | https://mct.xyz/term/privacy |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "0.0.19", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_icon": ".\/assets\/logo.png", "default_popup": ".\/popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [], "icons": { "16": ".\/assets\/logo.png", "48": ".\/assets\/logo.png", "128": ".\/assets\/logo.png" }, "permissions": [ "storage", "alarms", "idle" ], "optional_permissions": [], "host_permissions": [ "*:\/\/*.mct.club\/*" ], "omnibox": { "keyword": "gas" }, "content_security_policy": [] } |