BitcoinCash (BCH) Price Ticker
This extension shows latest price ticker of popular BCH trading markets.
What is BitcoinCash (BCH) Price Ticker?
BitcoinCash (BCH) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of popular BCH trading markets.".
Extension Screenshots
Download BitcoinCash (BCH) Price Ticker Extension CRX File
Download BitcoinCash (BCH) Price 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
Simple bitcoinCASH ticker, Shows BCH price from cryptocompare.com Extension Features: Control refresh time display chart
Extension Basic Information
Name | BitcoinCash (BCH) Price Ticker |
ID | kgjhgbkbobjkkhkfddbdmcppkaialoel |
Official URL | https://chromewebstore.google.com/detail/bitcoincash-bch-price-tic/kgjhgbkbobjkkhkfddbdmcppkaialoel |
Description | This extension shows latest price ticker of popular BCH trading markets. |
File Size | 221 KB |
Installation Count | 202 |
Current Version | 1.1.0 |
Last Updated | 2020-03-11 |
Publish Date | 2020-03-10 |
Rating | 4.40/5 Total 10 Ratings |
Developer | Taha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitcoinCash (BCH) Price Ticker", "description": "This extension shows latest price ticker of popular BCH trading markets.", "version": "1.1.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/min-api.cryptocompare.com\/" ] } |