rHub
Displays ae/h for rPlanet elements on AtomicHub.
Qu'est-ce que rHub ?
rHub est une extension Chrome développée par the.nurbrun, et sa fonction principale est "Displays ae/h for rPlanet elements on AtomicHub.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension rHub
Téléchargez les fichiers d'extension rHub 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
WHAT: rHub adds hourly staking values to rPlanet elements listed on AtomicHub. WHY: The current solution is a community managed google document. It is hard and time consuming to quickly look up staking values for each listed element. HOW: rHub modifies HTML (ONLY) on the Atomic Hub market page. It does not require logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent. Source code: https://github.com/nurbrun/rHub
Informations de Base sur l'Extension
Nom | rHub |
ID | lpnjccocbofcebeofldplhkfnppopjnj |
URL Officiel | https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj |
Description | Displays ae/h for rPlanet elements on AtomicHub. |
Taille du Fichier | 1.82 MB |
Nombre d'Installations | 988 |
Version Actuelle | 2.06 |
Dernière Mise à Jour | 2021-08-15 |
Date de Publication | 2021-05-13 |
Évaluation | 4.86/5 Total 7 Évaluations |
Développeur | the.nurbrun |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rHub", "description": "Displays ae\/h for rPlanet elements on AtomicHub.", "version": "2.06", "manifest_version": 3, "options_page": "options.html", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } }, "icons": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } } |