BTC Address Monitor

Let's you monitor balance changes on Bitcoin addresses.

What is BTC Address Monitor?

BTC Address Monitor is a Chrome extension developed by https://meedamian.com, and its main feature is "Let's you monitor balance changes on Bitcoin addresses.".

Extension Screenshots

screenshot

Download BTC Address Monitor Extension CRX File

Download BTC Address 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

                                            

Extension Basic Information

Name BTC Address Monitor BTC Address Monitor
ID cneciocfhifeoejglgkjmnjcpgdgioji
Official URL https://chromewebstore.google.com/detail/btc-address-monitor/cneciocfhifeoejglgkjmnjcpgdgioji
Description Let's you monitor balance changes on Bitcoin addresses.
File Size 165 KB
Installation Count 114
Current Version 0.0.20
Last Updated 2014-11-13
Publish Date 2014-11-13
Rating 4.20/5 Total 5 Ratings
Developer https://meedamian.com
Email [email protected]
Payment Type free
Extension Website https://github.com/chester1000/chrome-bitcoin-monitor
Help Page URL https://github.com/chester1000/chrome-bitcoin-monitor/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.0.20",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Damian Mee ",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/www.bitstamp.net\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "BTC Address Monitor",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}