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.」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
公式URL 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\/*"
    ]
}