Bitfinex Ticker

Realtime Bitcoin price from Bitfinex in USD

What is Bitfinex Ticker?

Bitfinex Ticker is a Chrome extension developed by Piotrek, and its main feature is "Realtime Bitcoin price from Bitfinex in USD".

Extension Screenshots

screenshot

Download Bitfinex Ticker Extension CRX File

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

                        Shows BTC/USD exchange rate at bitfinex.com

Updates the price data in a real-time using Bitfinex Websocket API version 2.0                    

Extension Basic Information

Name Bitfinex Ticker Bitfinex Ticker
ID ofejfmafglgnhmnokcnnmfhcbkkioiip
Official URL https://chromewebstore.google.com/detail/bitfinex-ticker/ofejfmafglgnhmnokcnnmfhcbkkioiip
Description Realtime Bitcoin price from Bitfinex in USD
File Size 8.01 KB
Installation Count 109
Current Version 2.0.1
Last Updated 2023-01-24
Publish Date 2018-06-08
Rating 3.75/5 Total 4 Ratings
Developer Piotrek
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitfinex32.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime Bitcoin price from Bitfinex in USD",
    "icons": {
        "128": "bitfinex128.png"
    },
    "name": "Bitfinex Ticker",
    "permissions": [],
    "version": "2.0.1"
}