zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

Was ist zpool Hash Refinery ahashpool Fiat converter?

zpool Hash Refinery ahashpool Fiat converter ist eine Chrome-Erweiterung, die von Pablo Fernández entwickelt wurde, und ihr Hauptmerkmal ist "zpool, Hash Refinery and ahashpool BTC to Fiat converter".

Erweiterungsscreenshots

screenshot

zpool Hash Refinery ahashpool Fiat converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie zpool Hash Refinery ahashpool Fiat converter-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
Offizielle URL https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
Beschreibung zpool, Hash Refinery and ahashpool BTC to Fiat converter
Dateigröße 145 KB
Installationsanzahl 16
Aktuelle Version 0.0.3
Letztes Update 2018-01-22
Veröffentlichungsdatum 2018-01-22
Entwickler Pablo Fernández
Zahlungsart free
Erweiterungswebsite https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
Unterstützte Sprachen 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"
}