Crypto Price Ticker

Watch price of cryptocurrencies in your toolbar

What is Crypto Price Ticker?

Crypto Price Ticker is a Chrome extension developed by Sergei L, and its main feature is "Watch price of cryptocurrencies in your toolbar".

Extension Screenshots

screenshot

Download Crypto Price Ticker Extension CRX File

Download Crypto 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

                        Supported tickers from Binance, Bitfinex, Coinbase and other exchanges.
Setup your pairs in the options.

Icons made by srip from www.flaticon.com                    

Extension Basic Information

Name Crypto Price Ticker Crypto Price Ticker
ID fdoanglfpolkbiecojimldfagdgfonpn
Official URL https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn
Description Watch price of cryptocurrencies in your toolbar
File Size 21.58 KB
Installation Count 823
Current Version 1.1.7
Last Updated 2021-06-21
Publish Date 2020-08-29
Rating 4.91/5 Total 23 Ratings
Developer Sergei L
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Ticker",
    "description": "Watch price of cryptocurrencies in your toolbar",
    "version": "1.1.7",
    "author": "srglbnv",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}