rHub

Displays ae/h for rPlanet elements on AtomicHub.

Wat is rHub?

rHub is een Chrome-extensie ontwikkeld door the.nurbrun, en de belangrijkste functie is "Displays ae/h for rPlanet elements on AtomicHub.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie rHub

Download rHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam rHub rHub
ID lpnjccocbofcebeofldplhkfnppopjnj
Officiële URL https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj
Beschrijving Displays ae/h for rPlanet elements on AtomicHub.
Bestandsgrootte 1.82 MB
Aantal Installaties 988
Huidige Versie 2.06
Laatst Bijgewerkt 2021-08-15
Publicatiedatum 2021-05-13
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar the.nurbrun
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}