HashFair

Help HashFlare customers to see and analyze real payout data.

Hvad er HashFair?

HashFair er en Chrome-udvidelse udviklet af HashFair, og dens hovedfunktion er "Help HashFlare customers to see and analyze real payout data.".

Udvidelsesskærmbilleder

screenshot

Download HashFair-udvidelses-CRX-fil

Download HashFair-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
Officiel URL https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh
Beskrivelse Help HashFlare customers to see and analyze real payout data.
Filstørrelse 443 KB
Antal Installationer 816
Nuværende Version 1.5
Senest Opdateret 2017-08-10
Udgivelsesdato 2017-08-10
Bedømmelse 4.82/5 Samlet 51 Bedømmelser
Udvikler HashFair
Betalingsmetode free
Udvidelseswebsted https://twitter.com/HashFairPlugin
Hjælpeside-URL https://www.facebook.com/hashfair/
Understøttede Sprog 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\/*"
    ]
}