Mush Casting Bookkeeping

This extension will record data about who is ready in your casting.

Cos'è Mush Casting Bookkeeping?

Mush Casting Bookkeeping è un'estensione di Chrome sviluppata da Jeremy Greenburg, e la sua funzione principale è "This extension will record data about who is ready in your casting.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mush Casting Bookkeeping

Scarica i file di estensione Mush Casting Bookkeeping 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

                        This extension will take a snapshot of any Mush Casting including all players and their current status (ready, idle, or in game).

A graphical interface is in development that will be able to analyze a series of files and display status changes, new members, and more.

All source is located at: https://github.com/Jerrgree/Mush-Casting-Bookkeeping-/tree/master

Play Mush at http://mush.twinoid.com/                    

Informazioni di Base sull'Estensione

Nome Mush Casting Bookkeeping Mush Casting Bookkeeping
ID nagblefleeeccbbepocichgacdhcbnlh
URL Ufficiale https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh
Descrizione This extension will record data about who is ready in your casting.
Dimensione del File 35.89 KB
Conteggio Installazioni 17
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-09-18
Data di Pubblicazione 2017-09-18
Sviluppatore Jeremy Greenburg
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mush Casting Bookkeeping",
    "description": "This extension will record data about who is ready in your casting.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "popup.html",
        "default_title": "Mush Casting Bookkeeping"
    },
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "http:\/\/mush.twinoid.com\/g\/*"
    ]
}