BitMinter checker

This extension checks for the status of your BitMinter workers.

Cos'è BitMinter checker?

BitMinter checker è un'estensione di Chrome sviluppata da Colin Dumitru, e la sua funzione principale è "This extension checks for the status of your BitMinter workers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BitMinter checker

Scarica i file di estensione BitMinter checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The BitMinter checker extension monitors your workers and provider information for them directly in your browser. It displays total and per worker hash rate, accepted and rejected work, total BitCoins and NameCoins mined, and much more information for each of your workers.

To work correctly, a valid API key must be set from your personal account with the 'API' perk enabled.

This extension is completely open source! You can contribute or submit bugs and feature requests here: https://github.com/colin-dumitru/BMChecker                    

Informazioni di Base sull'Estensione

Nome BitMinter checker BitMinter checker
ID inenjamfcoaicgckjgfalndkkkpmoifd
URL Ufficiale https://chromewebstore.google.com/detail/bitminter-checker/inenjamfcoaicgckjgfalndkkkpmoifd
Descrizione This extension checks for the status of your BitMinter workers.
Dimensione del File 73.5 KB
Conteggio Installazioni 66
Versione Corrente 0.1.2
Ultimo Aggiornamento 2013-12-31
Data di Pubblicazione 2013-12-31
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Colin Dumitru
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/colin-dumitru/BMChecker
URL della Pagina di Aiuto https://github.com/colin-dumitru/BMChecker/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitMinter checker",
    "description": "This extension checks for the status of your BitMinter workers.",
    "version": "0.1.2",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/bitminter.com\/",
        "storage",
        "background"
    ],
    "options_page": "src\/options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "src\/popup.html",
        "default_title": "BitMinter checker"
    },
    "background": {
        "scripts": [
            "src\/js\/jquery.js",
            "src\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}