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.
擴展基本資訊
名稱 | |
ID | bndmmaoidbgfbepbkpifdbcfnnjjdgab |
官方網址 | 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" ] } } |