Mining Hub Pool Balance Profit Displayer

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

Hvad er Mining Hub Pool Balance Profit Displayer?

Mining Hub Pool Balance Profit Displayer er en Chrome-udvidelse udviklet af KENGO WEB, og dens hovedfunktion er "Shows how much you have mined in USD for various altcoins in miningpoolhub.".

Download Mining Hub Pool Balance Profit Displayer-udvidelses-CRX-fil

Download Mining Hub Pool Balance Profit Displayer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Mining Hub Pool Balance Profit Displayer Mining Hub Pool Balance Profit Displayer
ID bndmmaoidbgfbepbkpifdbcfnnjjdgab
Officiel URL https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab
Beskrivelse Shows how much you have mined in USD for various altcoins in miningpoolhub.
Filstørrelse 38.65 KB
Antal Installationer 34
Nuværende Version 1.0
Senest Opdateret 2018-04-28
Udgivelsesdato 2018-04-28
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler KENGO WEB
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}