rHub

Displays ae/h for rPlanet elements on AtomicHub.

What is rHub?

rHub is a Chrome extension developed by the.nurbrun, and its main feature is "Displays ae/h for rPlanet elements on AtomicHub.".

Extension Screenshots

screenshot

Download rHub Extension CRX File

Download rHub 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

                        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                    

Extension Basic Information

Name rHub rHub
ID lpnjccocbofcebeofldplhkfnppopjnj
Official URL https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj
Description Displays ae/h for rPlanet elements on AtomicHub.
File Size 1.82 MB
Installation Count 988
Current Version 2.06
Last Updated 2021-08-15
Publish Date 2021-05-13
Rating 4.86/5 Total 7 Ratings
Developer the.nurbrun
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}