zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

Cos'è zpool Hash Refinery ahashpool Fiat converter?

zpool Hash Refinery ahashpool Fiat converter è un'estensione di Chrome sviluppata da Pablo Fernández, e la sua funzione principale è "zpool, Hash Refinery and ahashpool BTC to Fiat converter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione zpool Hash Refinery ahashpool Fiat converter

Scarica i file di estensione zpool Hash Refinery ahashpool Fiat converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        zpool, Hash Refinery and ahashpool simple BTC to Fiat Converter.

Just install the extension and choose your favourite fiat currency. A new column will appear in both balance and earnings tables to show the BTC converted to your selected currency.

Accepted Donations in BTC: 1JTqH4NAUJxuFgjcSCKwpHm1CX8aGWANnR

Hope this tiny mod is useful for somebody.                    

Informazioni di Base sull'Estensione

Nome zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
URL Ufficiale https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
Descrizione zpool, Hash Refinery and ahashpool BTC to Fiat converter
Dimensione del File 145 KB
Conteggio Installazioni 16
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-01-22
Data di Pubblicazione 2018-01-22
Sviluppatore Pablo Fernández
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "zpool128.png",
        "default_title": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
        "default_popup": "redirect.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/zpool.ca\/?address*",
                "https:\/\/zpool.ca\/?address*",
                "http:\/\/pool.hashrefinery.com\/?address*",
                "https:\/\/pool.hashrefinery.com\/?address*",
                "https:\/\/ahashpool.com\/wallet.php?wallet=*",
                "http:\/\/ahashpool.com\/wallet.php?wallet=*"
            ]
        }
    ],
    "description": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
    "icons": {
        "128": "zpool128.png"
    },
    "manifest_version": 2,
    "name": "zpool Hash Refinery ahashpool Fiat converter",
    "permissions": [
        "tabs",
        "https:\/\/api.coindesk.com\/*"
    ],
    "short_name": "zpool, Hash Refinery and ahashpool BTC to Fiat converter",
    "version": "0.0.3"
}