Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
Cos'è Gas Buddy?
Gas Buddy è un'estensione di Chrome sviluppata da https://tokenpage.xyz, e la sua funzione principale è "Show the latest gas prices whenever your web3 wallet is connected to a website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gas Buddy
Scarica i file di estensione Gas Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show the latest gas prices whenever your web3 wallet is connected to a website.
Informazioni di Base sull'Estensione
Nome | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
URL Ufficiale | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
Descrizione | Show the latest gas prices whenever your web3 wallet is connected to a website. |
Dimensione del File | 1.6 MB |
Conteggio Installazioni | 120 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-01-19 |
Data di Pubblicazione | 2022-12-25 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | https://tokenpage.xyz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gasbuddy.tokenpage.xyz |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |