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 |
公式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" ] } } |