HashFair reborn
Help HashFlare customers to see and analyze real payout data.
什么是HashFair reborn?
HashFair reborn是由mhthnz开发的Chrome扩展程序,该扩展的主要功能是“Help HashFlare customers to see and analyze real payout data.”。
扩展截图
下载HashFair reborn扩展crx文件
下载HashFair reborn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | HashFair reborn |
ID | ogiegfgghlangemlggeoogaadkebmibh |
官方URL | https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh |
简介 | Help HashFlare customers to see and analyze real payout data. |
文件大小 | 410 KB |
安装次数 | 1,414 |
当前版本 | 2.3 |
更新时间 | 2017-12-03 |
上架时间 | 2017-12-01 |
评分 | 4.90/5 共381次评分 |
开发者 | mhthnz |
付费类型 | free |
扩展官网 | https://github.com/mhthnz/hashfair-chrome |
帮助页面URL | https://github.com/mhthnz/hashfair-chrome |
隐私政策页面URL | https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt |
支持的语言 | 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'" } |