Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
What is Gas Buddy?
Gas Buddy is a Chrome extension developed by https://tokenpage.xyz, and its main feature is "Show the latest gas prices whenever your web3 wallet is connected to a website.".
Extension Screenshots
Download Gas Buddy Extension CRX File
Download Gas Buddy 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
Show the latest gas prices whenever your web3 wallet is connected to a website.
Extension Basic Information
Name | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
Official URL | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
Description | Show the latest gas prices whenever your web3 wallet is connected to a website. |
File Size | 1.6 MB |
Installation Count | 120 |
Current Version | 0.2.1 |
Last Updated | 2023-01-19 |
Publish Date | 2022-12-25 |
Rating | 4.91/5 Total 11 Ratings |
Developer | https://tokenpage.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://gasbuddy.tokenpage.xyz |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |