Mush Casting Bookkeeping

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

¿Qué es Mush Casting Bookkeeping?

Mush Casting Bookkeeping es una extensión de Chrome desarrollada por Jeremy Greenburg, y su función principal es "This extension will record data about who is ready in your casting.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Mush Casting Bookkeeping

Descarga archivos de extensión Mush Casting Bookkeeping en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Mush Casting Bookkeeping Mush Casting Bookkeeping
ID nagblefleeeccbbepocichgacdhcbnlh
URL Oficial https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh
Descripción This extension will record data about who is ready in your casting.
Tamaño del Archivo 35.89 KB
Cantidad de Instalaciones 17
Versión Actual 1.1.0
Última Actualización 2017-09-18
Fecha de Publicación 2017-09-18
Desarrollador Jeremy Greenburg
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}