Bitstamp Price Ticker

Quickly notified about Bitstamp price on toolbar in real time

What is Bitstamp Price Ticker?

Bitstamp Price Ticker is a Chrome extension developed by blocktistic.com, and its main feature is "Quickly notified about Bitstamp price on toolbar in real time".

Extension Screenshots

screenshot

Download Bitstamp Price Ticker Extension CRX File

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

                        Quickly grab attention to your favorite trading pair so that you will never miss a chance when it's changing fast. Coin price is updated in real-time for selected currency pair.

Donations are welcomed:
 - BTC: 16hDsVgy6VFW2aW8w9z2pogbq5XThToswF
 - ETH: 0x212799fbd9CD3e273E0CB6761b1708B284477e5E
 - LTC: LQtecz6SAbRzJXEfDpNLz8AzkhWKY4qQyv
 - BCH: 13mT5ubjZUKTviGXDSVHxRkrrxDFzzUFd4

Current supported pairs are:
 - BTC/USD
 - BTC/EUR
 - XRP/USD
 - XRP/EUR
 - XRP/BTC
 - LTC/USD
 - LTC/EUR
 - LTC/BTC
 - ETH/USD
 - ETH/EUR
 - ETH/BTC
 - BCH/USD
 - BCH/EUR
 - BCH/BTC                    

Extension Basic Information

Name Bitstamp Price Ticker Bitstamp Price Ticker
ID jkekogmpjjmhajnmocggebnklcpdkmjn
Official URL https://chromewebstore.google.com/detail/bitstamp-price-ticker/jkekogmpjjmhajnmocggebnklcpdkmjn
Description Quickly notified about Bitstamp price on toolbar in real time
File Size 1.27 MB
Installation Count 15
Current Version 0.1.3
Last Updated 2018-10-02
Publish Date 2018-10-02
Rating 5.00/5 Total 2 Ratings
Developer blocktistic.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitstamp Price Ticker",
    "short_name": "Bitstamp Price Ticker",
    "description": "Quickly notified about Bitstamp price on toolbar in real time",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bitstamp Ticker"
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "web_accessible_resources": [
        "assets\/icon.png"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/pusher.min.js",
                "js\/store.min.js",
                "js\/semantic.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "",
        "https:\/\/www.bitstamp.net\/",
        "https:\/\/*.pusher.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.3"
}