HashFair
Help HashFlare customers to see and analyze real payout data.
Wat is HashFair?
HashFair is een Chrome-extensie ontwikkeld door HashFair, en de belangrijkste functie is "Help HashFlare customers to see and analyze real payout data.".
Extensie Screenshots
Download het CRX-bestand van de extensie HashFair
Download HashFair-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | bjkankegappneledmkoephpodobfmlhh |
| Officiële URL | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
| Beschrijving | Help HashFlare customers to see and analyze real payout data. |
| Bestandsgrootte | 443 KB |
| Aantal Installaties | 816 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2017-08-10 |
| Publicatiedatum | 2017-08-10 |
| Beoordeling | 4.82/5 Totaal 51 Beoordelingen |
| Ontwikkelaar | HashFair |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/HashFairPlugin |
| Help Pagina-URL | https://www.facebook.com/hashfair/ |
| Ondersteunde Talen | 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\/*"
]
} | |