XRPTipBot BalanceView
Show your XRPTipBot sent/received amounts
Was ist XRPTipBot BalanceView?
XRPTipBot BalanceView ist eine Chrome-Erweiterung, die von ra dynamics entwickelt wurde, und ihr Hauptmerkmal ist "Show your XRPTipBot sent/received amounts".
Erweiterungsscreenshots
XRPTipBot BalanceView-Erweiterungs-CRX-Datei herunterladen
Laden Sie XRPTipBot BalanceView-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
Shows your current balance, sent and received amounts for the last several days. With an active coil.com subscription you can configure that extension to let Coil donate tiny amounts while surfing to a specific recipient.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kgjiabdmbibckdnfbhppgijbfejjpkgd |
Offizielle URL | https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd |
Beschreibung | Show your XRPTipBot sent/received amounts |
Dateigröße | 341 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.8.3 |
Letztes Update | 2020-05-24 |
Veröffentlichungsdatum | 2020-05-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ra dynamics |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XRPTipBot BalanceView", "description": "Show your XRPTipBot sent\/received amounts", "version": "0.8.3", "options_ui": { "page": "settings.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/ChartJs\/Chart.bundle.min.js", "js\/jquery-3.3.1.min.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "utils.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "web_accessible_resources": [ "*.png", "*.PNG" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |