zpool Hash Refinery ahashpool Fiat converter

zpool, Hash Refinery and ahashpool BTC to Fiat converter

Τι είναι το zpool Hash Refinery ahashpool Fiat converter;

Το zpool Hash Refinery ahashpool Fiat converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pablo Fernández, και η κύρια λειτουργία του είναι "zpool, Hash Refinery and ahashpool BTC to Fiat converter".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης zpool Hash Refinery ahashpool Fiat converter

Λήψη αρχείων επέκτασης zpool Hash Refinery ahashpool Fiat converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα zpool Hash Refinery ahashpool Fiat converter zpool Hash Refinery ahashpool Fiat converter
ID amapglaigcmhjcoekcnibppkelmjcjbc
Επίσημο URL https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc
Περιγραφή zpool, Hash Refinery and ahashpool BTC to Fiat converter
Μέγεθος Αρχείου 145 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2018-01-22
Ημερομηνία Δημοσίευσης 2018-01-22
Προγραμματιστής Pablo Fernández
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter
Υποστηριζόμενες Γλώσσες 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"
}