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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |