Mining Hub Pool Balance Profit Displayer

Shows how much you have mined in USD for various altcoins in miningpoolhub.

Cos'è Mining Hub Pool Balance Profit Displayer?

Mining Hub Pool Balance Profit Displayer è un'estensione di Chrome sviluppata da KENGO WEB, e la sua funzione principale è "Shows how much you have mined in USD for various altcoins in miningpoolhub.".

Scarica il file CRX dell'estensione Mining Hub Pool Balance Profit Displayer

Scarica i file di estensione Mining Hub Pool Balance Profit Displayer 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

                        Simple extension that will show how much you have mined in USD.                    

Informazioni di Base sull'Estensione

Nome Mining Hub Pool Balance Profit Displayer Mining Hub Pool Balance Profit Displayer
ID bndmmaoidbgfbepbkpifdbcfnnjjdgab
URL Ufficiale https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab
Descrizione Shows how much you have mined in USD for various altcoins in miningpoolhub.
Dimensione del File 38.65 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2018-04-28
Data di Pubblicazione 2018-04-28
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore KENGO WEB
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mining Hub Pool Balance Profit Displayer",
    "description": "Shows how much you have mined in USD for various altcoins in miningpoolhub.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.slim.min.js",
                "extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.slim.min.js"
        ]
    }
}