CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
What is CryptoCurrency Ticker?
CryptoCurrency Ticker is a Chrome extension developed by Daniel, and its main feature is "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.".
Extension Screenshots
Download CryptoCurrency Ticker Extension CRX File
Download CryptoCurrency 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
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
Extension Basic Information
Name | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
Official URL | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
Description | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
File Size | 46.87 KB |
Installation Count | 226 |
Current Version | 1.0.1 |
Last Updated | 2017-08-18 |
Publish Date | 2017-08-18 |
Rating | 3.33/5 Total 6 Ratings |
Developer | Daniel |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |