Mining Hub Pool Balance Profit Displayer
Shows how much you have mined in USD for various altcoins in miningpoolhub.
Vad är Mining Hub Pool Balance Profit Displayer?
Mining Hub Pool Balance Profit Displayer är en Chrome-tillägg utvecklad av KENGO WEB, och dess huvudfunktion är "Shows how much you have mined in USD for various altcoins in miningpoolhub.".
Ladda ner Mining Hub Pool Balance Profit Displayer-förlängningens CRX-fil
Ladda ner Mining Hub Pool Balance Profit Displayer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple extension that will show how much you have mined in USD.
Grundläggande Information om Tillägg
Namn | |
ID | bndmmaoidbgfbepbkpifdbcfnnjjdgab |
Officiell webbadress | https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab |
Beskrivning | Shows how much you have mined in USD for various altcoins in miningpoolhub. |
Filstorlek | 38.65 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-04-28 |
Publiceringsdatum | 2018-04-28 |
Betyg | 3.75/5 Totalt 4 Betyg |
Utvecklare | KENGO WEB |
Betalningssätt | free |
Stödda Språk | 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" ] } } |