XRPTipBot BalanceView

Show your XRPTipBot sent/received amounts

Wat is XRPTipBot BalanceView?

XRPTipBot BalanceView is een Chrome-extensie ontwikkeld door ra dynamics, en de belangrijkste functie is "Show your XRPTipBot sent/received amounts".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie XRPTipBot BalanceView

Download XRPTipBot BalanceView-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam XRPTipBot BalanceView XRPTipBot BalanceView
ID kgjiabdmbibckdnfbhppgijbfejjpkgd
Officiële URL https://chrome.google.com/webstore/detail/xrptipbot-balanceview/kgjiabdmbibckdnfbhppgijbfejjpkgd
Beschrijving Show your XRPTipBot sent/received amounts
Bestandsgrootte 341 KB
Aantal Installaties 18
Huidige Versie 0.8.3
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ra dynamics
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}