BTC exchange monitor

This extension allow you to monitor your btc exchanges balance

What is BTC exchange monitor?

BTC exchange monitor is a Chrome extension developed by Kein, and its main feature is "This extension allow you to monitor your btc exchanges balance".

Extension Screenshots

screenshot
screenshot

Download BTC exchange monitor Extension CRX File

Download BTC exchange monitor 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

                        This is extension allow you to monitor you summary balance on some crypto exchanges. And show your total balance in BTC and USD.
Extension require access to websites API of exchanges.
Can monitor 4 exchanges:
 - Wex
 - Poloniex(exchange+lending)
 - Kraken
 - Bittrex                    

Extension Basic Information

Name BTC exchange monitor BTC exchange monitor
ID ljplephkcffoeflfflmdifkmmfkjplnf
Official URL https://chromewebstore.google.com/detail/btc-exchange-monitor/ljplephkcffoeflfflmdifkmmfkjplnf
Description This extension allow you to monitor your btc exchanges balance
File Size 49.65 KB
Installation Count 18
Current Version 1.2
Last Updated 2017-12-09
Publish Date 2017-12-08
Rating 3.67/5 Total 3 Ratings
Developer Kein
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC exchange monitor",
    "description": "This extension allow you to monitor your btc exchanges balance",
    "version": "1.2",
    "options_page": "public\/options.html",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "public\/popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/wex.nz\/tapi",
        "https:\/\/wex.nz\/api\/*",
        "https:\/\/poloniex.com\/tradingApi",
        "https:\/\/api.kraken.com\/0\/private\/*",
        "https:\/\/bittrex.com\/api\/v1.1\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}