Altcoin Ticker
An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.
What is Altcoin Ticker?
Altcoin Ticker is a Chrome extension developed by https://ng-entwicklung.de, and its main feature is "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.".
Extension Screenshots
Download Altcoin Ticker Extension CRX File
Download Altcoin 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
Altcoin Ticker - Live prices and more for the top 1000 cryptocurrencies. This extensions is 100% free and does not collect any data about you or your browser whatsoever. Features: - View and sort the top 1000 cryptocurrencies. - Save your favorite coins. - Dark Mode! - Historical Data visualization. (Currently only for BTC and ETH) Feedback and bug reports are very welcome. With data provided by https://nomics.com - 🙏
Extension Basic Information
Name | Altcoin Ticker |
ID | npkcflbplaopngpkdiaiofpfgfhhooml |
Official URL | https://chromewebstore.google.com/detail/altcoin-ticker/npkcflbplaopngpkdiaiofpfgfhhooml |
Description | An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins. |
File Size | 421 KB |
Installation Count | 18 |
Current Version | 2.3.2 |
Last Updated | 2020-06-01 |
Publish Date | 2020-05-31 |
Developer | https://ng-entwicklung.de |
[email protected] | |
Payment Type | free |
Help Page URL | https://ng-entwicklung.de/contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Altcoin Ticker", "version": "2.3.2", "description": "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.", "icons": { "16": "assets\/altticker_16.png", "32": "assets\/altticker_32.png", "48": "assets\/altticker_48.png", "128": "assets\/altticker_128.png", "256": "assets\/altticker.png" }, "browser_action": { "default_icon": { "16": "assets\/altticker_16.png", "32": "assets\/altticker_32.png", "48": "assets\/altticker_48.png", "128": "assets\/altticker_128.png", "256": "assets\/altticker.png" }, "default_title": "AltTicker", "default_popup": "index.html" }, "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |