BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
Wat is BTC Gas Fee Checker?
BTC Gas Fee Checker is een Chrome-extensie ontwikkeld door a2265970279, en de belangrijkste functie is "A simple extension to check and monitor BTC Gas fees.".
Extensie Screenshots
Download het CRX-bestand van de extensie BTC Gas Fee Checker
Download BTC Gas Fee Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.
Basisinformatie over de Extensie
Naam | BTC Gas Fee Checker |
ID | lnhmeibbfjelbndagdknbkmilecfokfo |
Officiële URL | https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo |
Beschrijving | A simple extension to check and monitor BTC Gas fees. |
Bestandsgrootte | 13.65 KB |
Aantal Installaties | 199 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-05-10 |
Publicatiedatum | 2023-05-03 |
Ontwikkelaar | a2265970279 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |