Mining Hub Pool Balance Profit Displayer
Shows how much you have mined in USD for various altcoins in miningpoolhub.
Wat is Mining Hub Pool Balance Profit Displayer?
Mining Hub Pool Balance Profit Displayer is een Chrome-extensie ontwikkeld door KENGO WEB, en de belangrijkste functie is "Shows how much you have mined in USD for various altcoins in miningpoolhub.".
Download het CRX-bestand van de extensie Mining Hub Pool Balance Profit Displayer
Download Mining Hub Pool Balance Profit Displayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple extension that will show how much you have mined in USD.
Basisinformatie over de Extensie
Naam | |
ID | bndmmaoidbgfbepbkpifdbcfnnjjdgab |
Officiële URL | https://chrome.google.com/webstore/detail/mining-hub-pool-balance-p/bndmmaoidbgfbepbkpifdbcfnnjjdgab |
Beschrijving | Shows how much you have mined in USD for various altcoins in miningpoolhub. |
Bestandsgrootte | 38.65 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-04-28 |
Publicatiedatum | 2018-04-28 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | KENGO WEB |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |