GasNow - Blockchain Real-time Gas Fee Tracker
Multi-chain Gas Price forecast system
什么是GasNow - Blockchain Real-time Gas Fee Tracker?
GasNow - Blockchain Real-time Gas Fee Tracker是由https://gasnow.io开发的Chrome扩展程序,该扩展的主要功能是“Multi-chain Gas Price forecast system”。
扩展截图
下载GasNow - Blockchain Real-time Gas Fee Tracker扩展crx文件
下载GasNow - Blockchain Real-time Gas Fee Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The next block gas price prediction system supports more than ten blockchain networks besides Ethereum, such as Polygon, AVAX, Arbitrum, Bitcoin, ZkSync and Base. 扩展基本信息
| 名称 | |
| ID | hnagjfodaogelmdhlmkihikpbadpeljc |
| 官方URL | https://chromewebstore.google.com/detail/gasnow-blockchain-real-ti/hnagjfodaogelmdhlmkihikpbadpeljc |
| 简介 | Multi-chain Gas Price forecast system |
| 文件大小 | 754 KB |
| 安装次数 | 13,772 |
| 当前版本 | 0.0.19 |
| 更新时间 | 2024-02-22 |
| 上架时间 | 2023-05-24 |
| 评分 | 4.85/5 共13次评分 |
| 开发者 | https://gasnow.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://gasnow.io |
| 帮助页面URL | https://mct.xyz/contact-us |
| 隐私政策页面URL | https://mct.xyz/term/privacy |
| 支持的语言 | 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": []
} | |