BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
Qu'est-ce que BTC Gas Fee Checker ?
BTC Gas Fee Checker est une extension Chrome développée par a2265970279, et sa fonction principale est "A simple extension to check and monitor BTC Gas fees.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTC Gas Fee Checker
Téléchargez les fichiers d'extension BTC Gas Fee Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.
Informations de Base sur l'Extension
Nom | BTC Gas Fee Checker |
ID | lnhmeibbfjelbndagdknbkmilecfokfo |
URL Officiel | https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo |
Description | A simple extension to check and monitor BTC Gas fees. |
Taille du Fichier | 13.65 KB |
Nombre d'Installations | 199 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-05-10 |
Date de Publication | 2023-05-03 |
Développeur | a2265970279 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |