HashFair reborn
Help HashFlare customers to see and analyze real payout data.
Cos'è HashFair reborn?
HashFair reborn è un'estensione di Chrome sviluppata da mhthnz, e la sua funzione principale è "Help HashFlare customers to see and analyze real payout data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HashFair reborn
Scarica i file di estensione HashFair reborn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Analytics for HashFlare cloud mining. Supplement that shows real income on site hashflare.io. Automatically changes the charts and payout data on the page: https://hashflare.io/panel. Project is opensource. Private policy: https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt
Informazioni di Base sull'Estensione
Nome | HashFair reborn |
ID | ogiegfgghlangemlggeoogaadkebmibh |
URL Ufficiale | https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh |
Descrizione | Help HashFlare customers to see and analyze real payout data. |
Dimensione del File | 410 KB |
Conteggio Installazioni | 1,414 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2017-12-03 |
Data di Pubblicazione | 2017-12-01 |
Valutazione | 4.90/5 Totale 381 Valutazioni |
Sviluppatore | mhthnz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mhthnz/hashfair-chrome |
URL della Pagina di Aiuto | https://github.com/mhthnz/hashfair-chrome |
URL della Pagina della Politica sulla Privacy | https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "vendor\/jquery.js", "vendor\/moment.min.js", "vendor\/helpers.js", "vendor\/flot\/jquery.flot.js", "vendor\/flot\/jquery.flot.time.js", "vendor\/flot\/jquery.flot.tooltip.min.js" ], "matches": [ "https:\/\/hashflare.io\/panel", "https:\/\/hashflare.io\/panel\/", "https:\/\/hashflare.io\/panel\/?*", "https:\/\/hashflare.io\/panel\/#*", "https:\/\/hashflare.io\/panel#*", "https:\/\/hashflare.io\/panel?*" ] } ], "background": { "scripts": [ "vendor\/Options.js", "Init.js" ] }, "description": "Help HashFlare customers to see and analyze real payout data.", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/icon-128.png", "default_title": "HashFair - reborn" }, "manifest_version": 2, "name": "HashFair reborn", "permissions": [ "https:\/\/hashflare.io\/panel", "https:\/\/*.btc.com\/*", "https:\/\/www.coingecko.com\/en\/chart\/*", "https:\/\/www.litecoinpool.org\/pools", "https:\/\/api.cryptonator.com\/api\/ticker\/*", "tabs", "activeTab", "background", "storage" ], "short_name": "Analytics for HashFlare cloud mining.", "version": "2.3", "web_accessible_resources": [ "modals\/*", "images\/*", "modules\/*", "languages\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |