BitcoinCash (BCH) Price Ticker

This extension shows latest price ticker of popular BCH trading markets.

Qu'est-ce que BitcoinCash (BCH) Price Ticker ?

BitcoinCash (BCH) Price Ticker est une extension Chrome développée par Taha, et sa fonction principale est "This extension shows latest price ticker of popular BCH trading markets.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BitcoinCash (BCH) Price Ticker

Téléchargez les fichiers d'extension BitcoinCash (BCH) Price Ticker 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

                        Simple bitcoinCASH ticker, Shows BCH price from cryptocompare.com

Extension Features: 
Control refresh time 
display chart                    

Informations de Base sur l'Extension

Nom BitcoinCash (BCH) Price Ticker BitcoinCash (BCH) Price Ticker
ID kgjhgbkbobjkkhkfddbdmcppkaialoel
URL Officiel https://chromewebstore.google.com/detail/bitcoincash-bch-price-tic/kgjhgbkbobjkkhkfddbdmcppkaialoel
Description This extension shows latest price ticker of popular BCH trading markets.
Taille du Fichier 221 KB
Nombre d'Installations 202
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-03-11
Date de Publication 2020-03-10
Évaluation 4.40/5 Total 10 Évaluations
Développeur Taha
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitcoinCash (BCH) Price Ticker",
    "description": "This extension shows latest price ticker of popular BCH trading markets.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/min-api.cryptocompare.com\/"
    ]
}