BTC Address Monitor

Let's you monitor balance changes on Bitcoin addresses.

BTC Address Monitor là gì?

BTC Address Monitor là một tiện ích mở rộng Chrome được phát triển bởi https://meedamian.com, và tính năng chính của nó là "Let's you monitor balance changes on Bitcoin addresses.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BTC Address Monitor

Tải xuống các tệp mở rộng BTC Address Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BTC Address Monitor BTC Address Monitor
ID cneciocfhifeoejglgkjmnjcpgdgioji
URL Chính Thức https://chromewebstore.google.com/detail/btc-address-monitor/cneciocfhifeoejglgkjmnjcpgdgioji
Mô tả Let's you monitor balance changes on Bitcoin addresses.
Kích Thước Tệp 165 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.0.20
Cập Nhật Lần Cuối 2014-11-13
Ngày Phát Hành 2014-11-13
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://meedamian.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chester1000/chrome-bitcoin-monitor
URL Trang Trợ Giúp https://github.com/chester1000/chrome-bitcoin-monitor/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}