HashFair
Help HashFlare customers to see and analyze real payout data.
什么是HashFair?
HashFair是由HashFair开发的Chrome扩展程序,该扩展的主要功能是“Help HashFlare customers to see and analyze real payout data.”。
扩展截图
下载HashFair扩展crx文件
下载HashFair扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bjkankegappneledmkoephpodobfmlhh |
| 官方URL | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
| 简介 | Help HashFlare customers to see and analyze real payout data. |
| 文件大小 | 443 KB |
| 安装次数 | 816 |
| 当前版本 | 1.5 |
| 更新时间 | 2017-08-10 |
| 上架时间 | 2017-08-10 |
| 评分 | 4.82/5 共51次评分 |
| 开发者 | HashFair |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/HashFairPlugin |
| 帮助页面URL | https://www.facebook.com/hashfair/ |
| 支持的语言 | 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\/*"
]
} | |