HashFair

Help HashFlare customers to see and analyze real payout data.

What is HashFair?

HashFair is a Chrome extension developed by HashFair, and its main feature is "Help HashFlare customers to see and analyze real payout data.".

Extension Screenshots

screenshot

Download HashFair Extension CRX File

Download HashFair extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
Official URL https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh
Description Help HashFlare customers to see and analyze real payout data.
File Size 443 KB
Installation Count 816
Current Version 1.5
Last Updated 2017-08-10
Publish Date 2017-08-10
Rating 4.82/5 Total 51 Ratings
Developer HashFair
Payment Type free
Extension Website https://twitter.com/HashFairPlugin
Help Page URL https://www.facebook.com/hashfair/
Supported Languages 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\/*"
    ]
}