XRPTipBot BalanceView

Show your XRPTipBot sent/received amounts

什麼是XRPTipBot BalanceView?

XRPTipBot BalanceView是由ra dynamics開發的Chrome擴展程式,該擴展的主要功能是“Show your XRPTipBot sent/received amounts”。

擴展截圖

screenshot
screenshot

下載XRPTipBot BalanceView擴展crx文件

下載XRPTipBot BalanceView擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 XRPTipBot BalanceView XRPTipBot BalanceView
ID kgjiabdmbibckdnfbhppgijbfejjpkgd
官方網址 https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd
簡介 Show your XRPTipBot sent/received amounts
檔案大小 341 KB
安裝次數 18
目前版本 0.8.3
更新時間 2020-05-24
上架時間 2020-05-24
評分 5.00/5 共 1 次評分
開發者 ra dynamics
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}