Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
什么是Gas Buddy?
Gas Buddy是由https://tokenpage.xyz开发的Chrome扩展程序,该扩展的主要功能是“Show the latest gas prices whenever your web3 wallet is connected to a website.”。
扩展截图
下载Gas Buddy扩展crx文件
下载Gas Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show the latest gas prices whenever your web3 wallet is connected to a website.
扩展基本信息
名称 | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
官方URL | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
简介 | Show the latest gas prices whenever your web3 wallet is connected to a website. |
文件大小 | 1.6 MB |
安装次数 | 120 |
当前版本 | 0.2.1 |
更新时间 | 2023-01-19 |
上架时间 | 2022-12-25 |
评分 | 4.91/5 共11次评分 |
开发者 | https://tokenpage.xyz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gasbuddy.tokenpage.xyz |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gas Buddy", "description": "Show the latest gas prices whenever your web3 wallet is connected to a website.", "version": "0.2.1", "icons": { "16": "\/assets\/logo16.png", "48": "\/assets\/logo48.png", "128": "\/assets\/logo128.png" }, "action": { "default_popup": "index.html", "default_title": "Open me" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "foreground-injection.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |