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 |
| 官方網址 | 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\/*"
]
} | |