rHub

Displays ae/h for rPlanet elements on AtomicHub.

O que é rHub?

rHub é uma extensão do Chrome desenvolvida por the.nurbrun, e sua principal característica é "Displays ae/h for rPlanet elements on AtomicHub.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão rHub

Baixe arquivos de extensão rHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome rHub rHub
ID lpnjccocbofcebeofldplhkfnppopjnj
URL Oficial https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj
Descrição Displays ae/h for rPlanet elements on AtomicHub.
Tamanho do Arquivo 1.82 MB
Contagem de Instalações 988
Versão Atual 2.06
Última Atualização 2021-08-15
Data de Publicação 2021-05-13
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor the.nurbrun
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}