BTC monitor

The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…

什么是BTC monitor?

BTC monitor是由arvitaly开发的Chrome扩展程序,该扩展的主要功能是“The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…”。

扩展截图

screenshot
screenshot
screenshot

下载BTC monitor扩展crx文件

下载BTC monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). 
The extension allows to set sound notifications on the wanted rate of any currency! 
There are all current data about all currencies (buy, sell, volume) in the popup window.
The information is taken from exchanges (Wex.nz, Liqui, YoBit, Exmo) directly. 

Now if you hover the icon there is all currency pair info (buy,sell,volume).

The group about the extension in Telegram is https://t.me/joinchat/AyTkQw2EM-fW7ypi5M67MQ                    

扩展基本信息

名称 BTC monitor BTC monitor
ID cnjcmalikkjbabdbgkaofgpfjpffobjf
官方URL https://chromewebstore.google.com/detail/btc-monitor/cnjcmalikkjbabdbgkaofgpfjpffobjf
简介 The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…
文件大小 1.62 MB
安装次数 183
当前版本 4.0.2
更新时间 2019-03-08
上架时间 2019-03-08
评分 4.04/5 共25次评分
开发者 arvitaly
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "4.0.2",
    "browser_action": {
        "default_icon": "img\/icon_orange.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/btc_icon.png",
        "48": "img\/btc_icon_48x48.png",
        "128": "img\/btc_icon.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/wex.nz\/*",
        "https:\/\/yobit.net\/*",
        "https:\/\/exmo.com\/*",
        "https:\/\/kucoin.com\/*",
        "https:\/\/www.bitstamp.net\/*",
        "https:\/\/www.okcoin.com\/*"
    ]
}