XRPTipBot BalanceView
Show your XRPTipBot sent/received amounts
What is XRPTipBot BalanceView?
XRPTipBot BalanceView is a Chrome extension developed by ra dynamics, and its main feature is "Show your XRPTipBot sent/received amounts".
Extension Screenshots
Download XRPTipBot BalanceView Extension CRX File
Download XRPTipBot BalanceView extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kgjiabdmbibckdnfbhppgijbfejjpkgd |
Official URL | https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd |
Description | Show your XRPTipBot sent/received amounts |
File Size | 341 KB |
Installation Count | 18 |
Current Version | 0.8.3 |
Last Updated | 2020-05-24 |
Publish Date | 2020-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ra dynamics |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |