Lisk To The Moon
Lisk going to the moon indicator.
What is Lisk To The Moon?
Lisk To The Moon is a Chrome extension developed by Unknown, and its main feature is "Lisk going to the moon indicator.".
Extension Screenshots
Download Lisk To The Moon Extension CRX File
Download Lisk To The Moon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Lisk To The Moon |
ID | dbpaabddcninimgpkifpingoidmbfoeh |
Official URL | https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh |
Description | Lisk going to the moon indicator. |
File Size | 139 KB |
Installation Count | 14 |
Current Version | 0.1.1 |
Last Updated | 2017-09-07 |
Publish Date | 2017-09-06 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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'" } |