HashFair
Help HashFlare customers to see and analyze real payout data.
Qu'est-ce que HashFair ?
HashFair est une extension Chrome développée par HashFair, et sa fonction principale est "Help HashFlare customers to see and analyze real payout data.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HashFair
Téléchargez les fichiers d'extension HashFair au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | HashFair |
ID | bjkankegappneledmkoephpodobfmlhh |
URL Officiel | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
Description | Help HashFlare customers to see and analyze real payout data. |
Taille du Fichier | 443 KB |
Nombre d'Installations | 816 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2017-08-10 |
Date de Publication | 2017-08-10 |
Évaluation | 4.82/5 Total 51 Évaluations |
Développeur | HashFair |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/HashFairPlugin |
URL de la Page d'Aide | https://www.facebook.com/hashfair/ |
Langues Prises en Charge | 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\/*" ] } |