zpool Hash Refinery ahashpool Fiat converter
zpool, Hash Refinery and ahashpool BTC to Fiat converter
Qu'est-ce que zpool Hash Refinery ahashpool Fiat converter ?
zpool Hash Refinery ahashpool Fiat converter est une extension Chrome développée par Pablo Fernández, et sa fonction principale est "zpool, Hash Refinery and ahashpool BTC to Fiat converter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension zpool Hash Refinery ahashpool Fiat converter
Téléchargez les fichiers d'extension zpool Hash Refinery ahashpool Fiat converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | zpool Hash Refinery ahashpool Fiat converter |
ID | amapglaigcmhjcoekcnibppkelmjcjbc |
URL Officiel | https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc |
Description | zpool, Hash Refinery and ahashpool BTC to Fiat converter |
Taille du Fichier | 145 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2018-01-22 |
Date de Publication | 2018-01-22 |
Développeur | Pablo Fernández |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter |
Langues Prises en Charge | 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" } |