Mining Hub Pool Balance Profit Displayer

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

什么是Mining Hub Pool Balance Profit Displayer?

Mining Hub Pool Balance Profit Displayer是由KENGO WEB开发的Chrome扩展程序,该扩展的主要功能是“Shows how much you have mined in USD for various altcoins in miningpoolhub.”。

下载Mining Hub Pool Balance Profit Displayer扩展crx文件

下载Mining Hub Pool Balance Profit Displayer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Mining Hub Pool Balance Profit Displayer Mining Hub Pool Balance Profit Displayer
ID bndmmaoidbgfbepbkpifdbcfnnjjdgab
官方URL https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab
简介 Shows how much you have mined in USD for various altcoins in miningpoolhub.
文件大小 38.65 KB
安装次数 34
当前版本 1.0
更新时间 2018-04-28
上架时间 2018-04-28
评分 3.75/5 共4次评分
开发者 KENGO WEB
付费类型 free
支持的语言 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"
        ]
    }
}