Lisk To The Moon

Lisk going to the moon indicator.

Wat is Lisk To The Moon?

Lisk To The Moon is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Lisk going to the moon indicator.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lisk To The Moon

Download Lisk To The Moon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
Officiële URL https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Beschrijving Lisk going to the moon indicator.
Bestandsgrootte 139 KB
Aantal Installaties 14
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-09-07
Publicatiedatum 2017-09-06
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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'"
}