XRPTipBot BalanceView

Show your XRPTipBot sent/received amounts

Apa itu XRPTipBot BalanceView?

XRPTipBot BalanceView adalah ekstensi Chrome yang dikembangkan oleh ra dynamics, dan fitur utamanya adalah "Show your XRPTipBot sent/received amounts".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi XRPTipBot BalanceView

Unduh file ekstensi XRPTipBot BalanceView 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

                        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.                    

Informasi Dasar Ekstensi

Nama XRPTipBot BalanceView XRPTipBot BalanceView
ID kgjiabdmbibckdnfbhppgijbfejjpkgd
URL Resmi https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd
Deskripsi Show your XRPTipBot sent/received amounts
Ukuran File 341 KB
Jumlah Instalasi 18
Versi Saat Ini 0.8.3
Terakhir Diperbarui 2020-05-24
Tanggal Publikasi 2020-05-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ra dynamics
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}