HashFair
Help HashFlare customers to see and analyze real payout data.
Cos'è HashFair?
HashFair è un'estensione di Chrome sviluppata da HashFair, 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
Scarica i file di estensione HashFair 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
Find us on social network to follow news and updates:
FB - https://www.facebook.com/hashfair/
Twitter - https://twitter.com/HashFairPlugin
GitHub - https://github.com/mhthnz/hashfair-chrome Informazioni di Base sull'Estensione
| Nome | |
| ID | bjkankegappneledmkoephpodobfmlhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
| Descrizione | Help HashFlare customers to see and analyze real payout data. |
| Dimensione del File | 443 KB |
| Conteggio Installazioni | 816 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2017-08-10 |
| Data di Pubblicazione | 2017-08-10 |
| Valutazione | 4.82/5 Totale 51 Valutazioni |
| Sviluppatore | HashFair |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/HashFairPlugin |
| URL della Pagina di Aiuto | https://www.facebook.com/hashfair/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"vendor\/jquery.js",
"vendor\/moment.min.js",
"helpers.js",
"helpers\/modal.js",
"index.js",
"vendor\/flot\/jquery.flot.js",
"vendor\/flot\/jquery.flot.time.js",
"vendor\/flot\/jquery.flot.tooltip.min.js",
"balance.js",
"modals\/donate\/donate.js",
"modals\/about\/about.js",
"charts.js"
],
"matches": [
"https:\/\/hashflare.io\/panel",
"https:\/\/hashflare.io\/panel?*"
]
}
],
"description": "Help HashFlare customers to see and analyze real payout data.",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"name": "HashFair",
"permissions": [
"https:\/\/hashflare.io\/panel",
"https:\/\/*.btc.com\/*",
"https:\/\/www.litecoinpool.org\/pools"
],
"short_name": "Analytics for HashFlare cloud mining",
"version": "1.5",
"web_accessible_resources": [
"modals\/*",
"helpers\/*",
"images\/*"
]
} | |