XRPTipBot BalanceView
Show your XRPTipBot sent/received amounts
Qu'est-ce que XRPTipBot BalanceView ?
XRPTipBot BalanceView est une extension Chrome développée par ra dynamics, et sa fonction principale est "Show your XRPTipBot sent/received amounts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XRPTipBot BalanceView
Téléchargez les fichiers d'extension XRPTipBot BalanceView 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
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.
Informations de Base sur l'Extension
Nom | |
ID | kgjiabdmbibckdnfbhppgijbfejjpkgd |
URL Officiel | https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd |
Description | Show your XRPTipBot sent/received amounts |
Taille du Fichier | 341 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.8.3 |
Dernière Mise à Jour | 2020-05-24 |
Date de Publication | 2020-05-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ra dynamics |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |