HashFair

Help HashFlare customers to see and analyze real payout data.

Apa itu HashFair?

HashFair adalah ekstensi Chrome yang dikembangkan oleh HashFair, dan fitur utamanya adalah "Help HashFlare customers to see and analyze real payout data.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HashFair

Unduh file ekstensi HashFair dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama HashFair HashFair
ID bjkankegappneledmkoephpodobfmlhh
URL Resmi https://chromewebstore.google.com/detail/hashfair/bjkankegappneledmkoephpodobfmlhh
Deskripsi Help HashFlare customers to see and analyze real payout data.
Ukuran File 443 KB
Jumlah Instalasi 816
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-08-10
Tanggal Publikasi 2017-08-10
Penilaian 4.82/5 Total 51 Penilaian
Pengembang HashFair
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/HashFairPlugin
URL Halaman Bantuan https://www.facebook.com/hashfair/
Bahasa yang Didukung 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\/*"
    ]
}