HashFair reborn
Help HashFlare customers to see and analyze real payout data.
HashFair reborn là gì?
HashFair reborn là một tiện ích mở rộng Chrome được phát triển bởi mhthnz, 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 reborn
Tải xuống các tệp mở rộng HashFair reborn 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HashFair reborn |
ID | ogiegfgghlangemlggeoogaadkebmibh |
URL Chính Thức | https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh |
Mô tả | Help HashFlare customers to see and analyze real payout data. |
Kích Thước Tệp | 410 KB |
Số Lần Cài Đặt | 1,414 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2017-12-03 |
Ngày Phát Hành | 2017-12-01 |
Đánh Giá | 4.90/5 Tổng số 381 Đánh Giá |
Nhà Phát Triển | mhthnz |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mhthnz/hashfair-chrome |
URL Trang Trợ Giúp | https://github.com/mhthnz/hashfair-chrome |
URL Trang Chính Sách Bảo Mật | https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt |
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", "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'" } |