Lisk To The Moon

Lisk going to the moon indicator.

Qu'est-ce que Lisk To The Moon ?

Lisk To The Moon est une extension Chrome développée par Unknown, et sa fonction principale est "Lisk going to the moon indicator.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lisk To The Moon

Téléchargez les fichiers d'extension Lisk To The Moon 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

                        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                    

Informations de Base sur l'Extension

Nom Lisk To The Moon Lisk To The Moon
ID dbpaabddcninimgpkifpingoidmbfoeh
URL Officiel https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh
Description Lisk going to the moon indicator.
Taille du Fichier 139 KB
Nombre d'Installations 14
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-09-07
Date de Publication 2017-09-06
Évaluation 4.50/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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'"
}