rHub

Displays ae/h for rPlanet elements on AtomicHub.

Cos'è rHub?

rHub è un'estensione di Chrome sviluppata da the.nurbrun, e la sua funzione principale è "Displays ae/h for rPlanet elements on AtomicHub.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione rHub

Scarica i file di estensione rHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome rHub rHub
ID lpnjccocbofcebeofldplhkfnppopjnj
URL Ufficiale https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj
Descrizione Displays ae/h for rPlanet elements on AtomicHub.
Dimensione del File 1.82 MB
Conteggio Installazioni 988
Versione Corrente 2.06
Ultimo Aggiornamento 2021-08-15
Data di Pubblicazione 2021-05-13
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore the.nurbrun
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}