Lisk To The Moon
Lisk going to the moon indicator.
Was ist Lisk To The Moon?
Lisk To The Moon ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Lisk going to the moon indicator.".
Erweiterungsscreenshots
Lisk To The Moon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lisk To The Moon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbpaabddcninimgpkifpingoidmbfoeh |
| Offizielle URL | https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh |
| Beschreibung | Lisk going to the moon indicator. |
| Dateigröße | 139 KB |
| Installationsanzahl | 14 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2017-09-07 |
| Veröffentlichungsdatum | 2017-09-06 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |