Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Apa itu Mush Casting Bookkeeping?
Mush Casting Bookkeeping adalah ekstensi Chrome yang dikembangkan oleh Jeremy Greenburg, dan fitur utamanya adalah "This extension will record data about who is ready in your casting.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mush Casting Bookkeeping
Unduh file ekstensi Mush Casting Bookkeeping dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
URL Resmi | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
Deskripsi | This extension will record data about who is ready in your casting. |
Ukuran File | 35.89 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-09-18 |
Tanggal Publikasi | 2017-09-18 |
Pengembang | Jeremy Greenburg |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |