HashFair reborn
Help HashFlare customers to see and analyze real payout data.
Qu'est-ce que HashFair reborn ?
HashFair reborn est une extension Chrome développée par mhthnz, 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 reborn
Téléchargez les fichiers d'extension HashFair reborn 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
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
Informations de Base sur l'Extension
Nom | HashFair reborn |
ID | ogiegfgghlangemlggeoogaadkebmibh |
URL Officiel | https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh |
Description | Help HashFlare customers to see and analyze real payout data. |
Taille du Fichier | 410 KB |
Nombre d'Installations | 1,414 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2017-12-03 |
Date de Publication | 2017-12-01 |
Évaluation | 4.90/5 Total 381 Évaluations |
Développeur | mhthnz |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mhthnz/hashfair-chrome |
URL de la Page d'Aide | https://github.com/mhthnz/hashfair-chrome |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt |
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", "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'" } |