Bitcoin (BTC) Price Ticker
This extension shows latest price ticker of popular BTC trading markets.
What is Bitcoin (BTC) Price Ticker?
Bitcoin (BTC) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price ticker of popular BTC trading markets.".
Extension Screenshots
Download Bitcoin (BTC) Price Ticker Extension CRX File
Download Bitcoin (BTC) 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
This is a simple extension shows BTC price from Cryptocompare.com
Extension Basic Information
Name | Bitcoin (BTC) Price Ticker |
ID | cpcnbnofbhmpimepokdpmoomejafefhb |
Official URL | https://chromewebstore.google.com/detail/bitcoin-btc-price-ticker/cpcnbnofbhmpimepokdpmoomejafefhb |
Description | This extension shows latest price ticker of popular BTC trading markets. |
File Size | 224 KB |
Installation Count | 576 |
Current Version | 1.0.5 |
Last Updated | 2020-03-11 |
Publish Date | 2020-03-10 |
Rating | 4.33/5 Total 6 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": "Bitcoin (BTC) Price Ticker", "description": "This extension shows latest price ticker of popular BTC trading markets.", "version": "1.0.5", "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\/" ] } |