HashFair

Help HashFlare customers to see and analyze real payout data.

Was ist HashFair?

HashFair ist eine Chrome-Erweiterung, die von HashFair entwickelt wurde, und ihr Hauptmerkmal ist "Help HashFlare customers to see and analyze real payout data.".

Erweiterungsscreenshots

screenshot

HashFair-Erweiterungs-CRX-Datei herunterladen

Laden Sie HashFair-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
Offizielle URL https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh
Beschreibung Help HashFlare customers to see and analyze real payout data.
Dateigröße 443 KB
Installationsanzahl 816
Aktuelle Version 1.5
Letztes Update 2017-08-10
Veröffentlichungsdatum 2017-08-10
Bewertung 4.82/5 Insgesamt 51 Bewertungen
Entwickler HashFair
Zahlungsart free
Erweiterungswebsite https://twitter.com/HashFairPlugin
Hilfeseite URL https://www.facebook.com/hashfair/
Unterstützte Sprachen 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\/*"
    ]
}