Bitfinex Ticker

This extension shows latest price ticker of Bitfinex.

What is Bitfinex Ticker?

Bitfinex Ticker is a Chrome extension developed by daniaoren, and its main feature is "This extension shows latest price ticker of Bitfinex.".

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

                        A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu.

If you like this extension and would like to buy me a cup of coffee, please donate to the following address:

- BTC
1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw

- ETH
0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02

You kindness may keep me updating XD                    

Extension Basic Information

Name Bitfinex Ticker Bitfinex Ticker
ID killapbnabbnkmpjpdcpngfphjkbldln
Official URL https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln
Description This extension shows latest price ticker of Bitfinex.
File Size 87.45 KB
Installation Count 18
Current Version 0.0.1
Last Updated 2017-11-03
Publish Date 2017-11-02
Developer daniaoren
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Ticker",
    "description": "This extension shows latest price ticker of Bitfinex.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.bitfinex.com\/",
        "activeTab",
        "storage"
    ]
}