CryptoCurrency Ticker

Receive the latest changes on your CryptoCurrency and AltCoin value in $US.

Cos'è CryptoCurrency Ticker?

CryptoCurrency Ticker è un'estensione di Chrome sviluppata da Daniel, e la sua funzione principale è "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CryptoCurrency Ticker

Scarica i file di estensione CryptoCurrency Ticker 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

                        CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.                    

Informazioni di Base sull'Estensione

Nome CryptoCurrency Ticker CryptoCurrency Ticker
ID fmcgaglejkpgakandolgkjnnafgodpgd
URL Ufficiale https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd
Descrizione Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
Dimensione del File 46.87 KB
Conteggio Installazioni 226
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-08-18
Data di Pubblicazione 2017-08-18
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore Daniel
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoCurrency Ticker",
    "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "currency.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/api.coinmarketcap.com\/"
    ]
}