HashFair
Help HashFlare customers to see and analyze real payout data.
HashFair là gì?
HashFair là một tiện ích mở rộng Chrome được phát triển bởi HashFair, và tính năng chính của nó là "Help HashFlare customers to see and analyze real payout data.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HashFair
Tải xuống các tệp mở rộng HashFair dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HashFair |
ID | bjkankegappneledmkoephpodobfmlhh |
URL Chính Thức | https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh |
Mô tả | Help HashFlare customers to see and analyze real payout data. |
Kích Thước Tệp | 443 KB |
Số Lần Cài Đặt | 816 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2017-08-10 |
Ngày Phát Hành | 2017-08-10 |
Đánh Giá | 4.82/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | HashFair |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/HashFairPlugin |
URL Trang Trợ Giúp | https://www.facebook.com/hashfair/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |