HashFair reborn

Help HashFlare customers to see and analyze real payout data.

¿Qué es HashFair reborn?

HashFair reborn es una extensión de Chrome desarrollada por mhthnz, y su función principal es "Help HashFlare customers to see and analyze real payout data.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HashFair reborn

Descarga archivos de extensión HashFair reborn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Analytics for HashFlare cloud mining. Supplement that shows real income on site hashflare.io. Automatically changes the charts and payout data on the page: https://hashflare.io/panel. Project is opensource.
Private policy: https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt                    

Información Básica de la Extensión

Nombre HashFair reborn HashFair reborn
ID ogiegfgghlangemlggeoogaadkebmibh
URL Oficial https://chromewebstore.google.com/detail/hashfair-reborn/ogiegfgghlangemlggeoogaadkebmibh
Descripción Help HashFlare customers to see and analyze real payout data.
Tamaño del Archivo 410 KB
Cantidad de Instalaciones 1,414
Versión Actual 2.3
Última Actualización 2017-12-03
Fecha de Publicación 2017-12-01
Calificación 4.90/5 Total de 381 Calificaciones
Desarrollador mhthnz
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mhthnz/hashfair-chrome
URL de la Página de Ayuda https://github.com/mhthnz/hashfair-chrome
URL de la Página de Política de Privacidad https://raw.githubusercontent.com/mhthnz/hashfair-chrome/master/policy.txt
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery.js",
                "vendor\/moment.min.js",
                "vendor\/helpers.js",
                "vendor\/flot\/jquery.flot.js",
                "vendor\/flot\/jquery.flot.time.js",
                "vendor\/flot\/jquery.flot.tooltip.min.js"
            ],
            "matches": [
                "https:\/\/hashflare.io\/panel",
                "https:\/\/hashflare.io\/panel\/",
                "https:\/\/hashflare.io\/panel\/?*",
                "https:\/\/hashflare.io\/panel\/#*",
                "https:\/\/hashflare.io\/panel#*",
                "https:\/\/hashflare.io\/panel?*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/Options.js",
            "Init.js"
        ]
    },
    "description": "Help HashFlare customers to see and analyze real payout data.",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "HashFair - reborn"
    },
    "manifest_version": 2,
    "name": "HashFair reborn",
    "permissions": [
        "https:\/\/hashflare.io\/panel",
        "https:\/\/*.btc.com\/*",
        "https:\/\/www.coingecko.com\/en\/chart\/*",
        "https:\/\/www.litecoinpool.org\/pools",
        "https:\/\/api.cryptonator.com\/api\/ticker\/*",
        "tabs",
        "activeTab",
        "background",
        "storage"
    ],
    "short_name": "Analytics for HashFlare cloud mining.",
    "version": "2.3",
    "web_accessible_resources": [
        "modals\/*",
        "images\/*",
        "modules\/*",
        "languages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}