Lisk To The Moon

Lisk going to the moon indicator.

Cos'è Lisk To The Moon?

Lisk To The Moon è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Lisk going to the moon indicator.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lisk To The Moon

Scarica i file di estensione Lisk To The Moon 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

                        Small addon that shows latest data about our bellowed LISK
Icon will glow red if in last hour LISK drop 1% in price otherwise will shine green.
After click on icon popup will show you:
- Rank (Market cap compare to other crypto-currencies)
- Price in USD
- Price in BTC
- Value percent change 1h
- Value percent change 24h
- Value percent change 7d
- Market cap in USD
+ shortcut to LISK twitter and Reddit                    

Informazioni di Base sull'Estensione

Nome Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
URL Ufficiale https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Descrizione Lisk going to the moon indicator.
Dimensione del File 139 KB
Conteggio Installazioni 14
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-09-07
Data di Pubblicazione 2017-09-06
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lisk To The Moon",
    "description": "Lisk going to the moon indicator.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "lisk.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; 'https:\/\/files.coinmarketcap.com\/static\/widget\/currency.js';unsafe-inline; object-src 'self'"
}