Mining Hub Pool Balance Profit Displayer

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

What is Mining Hub Pool Balance Profit Displayer?

Mining Hub Pool Balance Profit Displayer is a Chrome extension developed by KENGO WEB, and its main feature is "Shows how much you have mined in USD for various altcoins in miningpoolhub.".

Download Mining Hub Pool Balance Profit Displayer Extension CRX File

Download Mining Hub Pool Balance Profit Displayer 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

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

Extension Basic Information

Name Mining Hub Pool Balance Profit Displayer Mining Hub Pool Balance Profit Displayer
ID bndmmaoidbgfbepbkpifdbcfnnjjdgab
Official URL https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab
Description Shows how much you have mined in USD for various altcoins in miningpoolhub.
File Size 38.65 KB
Installation Count 34
Current Version 1.0
Last Updated 2018-04-28
Publish Date 2018-04-28
Rating 3.75/5 Total 4 Ratings
Developer KENGO WEB
Payment Type free
Supported Languages 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"
        ]
    }
}