Bitstamp Ticker

Realtime bitcoin prices from Bitstamp

What is Bitstamp Ticker?

Bitstamp Ticker is a Chrome extension developed by Piotrek, and its main feature is "Realtime bitcoin prices from Bitstamp".

Extension Screenshots

screenshot

Download Bitstamp Ticker Extension CRX File

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

                        Bitstamp time ticker, showing bitcoin price in USD and EUR.

It uses bitstamp V2 web-sockets protocol for a real time price updates.

If you want to see the EUR price over the icon, just click on the value in the "Last" row of the popup window.                    

Extension Basic Information

Name Bitstamp Ticker Bitstamp Ticker
ID iloecoadcnbkhepoaacjnegdmhapiiek
Official URL https://chromewebstore.google.com/detail/bitstamp-ticker/iloecoadcnbkhepoaacjnegdmhapiiek
Description Realtime bitcoin prices from Bitstamp
File Size 27.15 KB
Installation Count 98
Current Version 2.8.0
Last Updated 2023-02-17
Publish Date 2020-05-05
Rating 4.50/5 Total 4 Ratings
Developer Piotrek
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitstamp32.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime bitcoin prices from Bitstamp",
    "icons": {
        "128": "bitstamp128.png"
    },
    "manifest_version": 2,
    "name": "Bitstamp Ticker",
    "permissions": [
        "https:\/\/www.bitstamp.net\/"
    ],
    "version": "2.8.0"
}