Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Qu'est-ce que Mush Casting Bookkeeping ?
Mush Casting Bookkeeping est une extension Chrome développée par Jeremy Greenburg, et sa fonction principale est "This extension will record data about who is ready in your casting.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mush Casting Bookkeeping
Téléchargez les fichiers d'extension Mush Casting Bookkeeping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
URL Officiel | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Description | This extension will record data about who is ready in your casting. |
Taille du Fichier | 35.89 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2017-09-18 |
Date de Publication | 2017-09-18 |
Développeur | Jeremy Greenburg |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |