BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
Cos'è BTC Gas Fee Checker?
BTC Gas Fee Checker è un'estensione di Chrome sviluppata da a2265970279, e la sua funzione principale è "A simple extension to check and monitor BTC Gas fees.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BTC Gas Fee Checker
Scarica i file di estensione BTC Gas Fee Checker 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
Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.
Informazioni di Base sull'Estensione
Nome | BTC Gas Fee Checker |
ID | lnhmeibbfjelbndagdknbkmilecfokfo |
URL Ufficiale | https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo |
Descrizione | A simple extension to check and monitor BTC Gas fees. |
Dimensione del File | 13.65 KB |
Conteggio Installazioni | 199 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-05-10 |
Data di Pubblicazione | 2023-05-03 |
Sviluppatore | a2265970279 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BTC Gas Fee Checker", "version": "1.3", "description": "A simple extension to check and monitor BTC Gas fees.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "notifications" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |