BTC Balance Checker
Get balance of your BTC in realtime
Was ist BTC Balance Checker?
BTC Balance Checker ist eine Chrome-Erweiterung, die von niumi.workshop entwickelt wurde, und ihr Hauptmerkmal ist "Get balance of your BTC in realtime".
Erweiterungsscreenshots
BTC Balance Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie BTC Balance Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It's opensource and free for now, check the code : https://bitbucket.org/niumi/btc-balance-checker/src/remove_other_networks/ You have very much money in BTC market and want monitor your balance in real time? BTC Balance Checker will check balance automatically. You have to work hardly and no time to keep an eye on the market? BTC Balance Checker will alert you when BTC price change frequently. More coins will coming soon.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fegocfnkplaalojebcdadenpnmjmfbga |
Offizielle URL | https://chrome.google.com/webstore/detail/btc-balance-checker/fegocfnkplaalojebcdadenpnmjmfbga |
Beschreibung | Get balance of your BTC in realtime |
Dateigröße | 120 KB |
Installationsanzahl | 80 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-06-28 |
Veröffentlichungsdatum | 2019-06-28 |
Entwickler | niumi.workshop |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Balance Checker", "short_name": "BTC Blance Checker", "description": "Get balance of your BTC in realtime", "version": "1.0", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js", "bignumber.min.js", "numeral.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.blockchain.info\/", "https:\/\/api.coindesk.com\/", "notifications", "storage", "tabs", "alarms" ] } |