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ファイルをダウンロード
HashFair reborn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'" } |