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…

Apa itu BTC monitor?

BTC monitor adalah ekstensi Chrome yang dikembangkan oleh arvitaly, dan fitur utamanya adalah "The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BTC monitor

Unduh file ekstensi BTC monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BTC monitor BTC monitor
ID cnjcmalikkjbabdbgkaofgpfjpffobjf
URL Resmi https://chromewebstore.google.com/detail/btc-monitor/cnjcmalikkjbabdbgkaofgpfjpffobjf
Deskripsi The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…
Ukuran File 1.62 MB
Jumlah Instalasi 183
Versi Saat Ini 4.0.2
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.04/5 Total 25 Penilaian
Pengembang arvitaly
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}