Litecoin Ticker
Realtime litecoin prices from Bitstamp in USD and EUR
What is Litecoin Ticker?
Litecoin Ticker is a Chrome extension developed by bukowski12, and its main feature is "Realtime litecoin prices from Bitstamp in USD and EUR".
Extension Screenshots
Download Litecoin Ticker Extension CRX File
Download Litecoin Ticker 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
Realtime litecoin prices from Bitstamp in USD and EUR
Extension Basic Information
Name | Litecoin Ticker |
ID | pdijpndilfpgemgnkjjhkgjckibjffbo |
Official URL | https://chromewebstore.google.com/detail/litecoin-ticker/pdijpndilfpgemgnkjjhkgjckibjffbo |
Description | Realtime litecoin prices from Bitstamp in USD and EUR |
File Size | 18.81 KB |
Installation Count | 47 |
Current Version | 0.3.2 |
Last Updated | 2019-05-31 |
Publish Date | 2019-05-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bukowski12 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "litecoin32.png", "default_popup": "popup.html" }, "description": "Realtime litecoin prices from Bitstamp in USD and EUR", "icons": { "128": "litecoin128.png", "32": "litecoin32.png" }, "manifest_version": 2, "name": "Litecoin Ticker", "permissions": [ "https:\/\/www.bitstamp.net\/" ], "version": "0.3.2" } |