Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
Hvad er Gas Buddy?
Gas Buddy er en Chrome-udvidelse udviklet af https://tokenpage.xyz, og dens hovedfunktion er "Show the latest gas prices whenever your web3 wallet is connected to a website.".
Udvidelsesskærmbilleder
Download Gas Buddy-udvidelses-CRX-fil
Download Gas Buddy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Show the latest gas prices whenever your web3 wallet is connected to a website.
Grundlæggende oplysninger om udvidelsen
Navn | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
Officiel URL | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
Beskrivelse | Show the latest gas prices whenever your web3 wallet is connected to a website. |
Filstørrelse | 1.6 MB |
Antal Installationer | 120 |
Nuværende Version | 0.2.1 |
Senest Opdateret | 2023-01-19 |
Udgivelsesdato | 2022-12-25 |
Bedømmelse | 4.91/5 Samlet 11 Bedømmelser |
Udvikler | https://tokenpage.xyz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gasbuddy.tokenpage.xyz |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } ] } |