XRPTipBot BalanceView

Show your XRPTipBot sent/received amounts

XRPTipBot BalanceView là gì?

XRPTipBot BalanceView là một tiện ích mở rộng Chrome được phát triển bởi ra dynamics, và tính năng chính của nó là "Show your XRPTipBot sent/received amounts".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng XRPTipBot BalanceView 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

                        Shows your current balance, sent and received amounts for the last several days. With an active coil.com subscription you can configure that extension to let Coil donate tiny amounts while surfing to a specific recipient.                    

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

Tên XRPTipBot BalanceView XRPTipBot BalanceView
ID kgjiabdmbibckdnfbhppgijbfejjpkgd
URL Chính Thức https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd
Mô tả Show your XRPTipBot sent/received amounts
Kích Thước Tệp 341 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.8.3
Cập Nhật Lần Cuối 2020-05-24
Ngày Phát Hành 2020-05-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ra dynamics
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XRPTipBot BalanceView",
    "description": "Show your XRPTipBot sent\/received amounts",
    "version": "0.8.3",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/ChartJs\/Chart.bundle.min.js",
                "js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}