Mush Casting Bookkeeping

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

Co to jest Mush Casting Bookkeeping?

Mush Casting Bookkeeping to rozszerzenie Chrome opracowane przez Jeremy Greenburg, a jego główną funkcją jest „This extension will record data about who is ready in your casting.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mush Casting Bookkeeping

Pobierz pliki rozszerzeń Mush Casting Bookkeeping w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Mush Casting Bookkeeping Mush Casting Bookkeeping
ID nagblefleeeccbbepocichgacdhcbnlh
Oficjalny URL https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh
Opis This extension will record data about who is ready in your casting.
Rozmiar pliku 35.89 KB
Liczba instalacji 17
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2017-09-18
Data Publikacji 2017-09-18
Deweloper Jeremy Greenburg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}