Mush Casting Bookkeeping
This extension will record data about who is ready in your casting.
Mush Casting Bookkeeping क्या है?
Mush Casting Bookkeeping Jeremy Greenburg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will record data about who is ready in your casting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mush Casting Bookkeeping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nagblefleeeccbbepocichgacdhcbnlh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mush-casting-bookkeeping/nagblefleeeccbbepocichgacdhcbnlh |
विवरण | This extension will record data about who is ready in your casting. |
फ़ाइल का आकार | 35.89 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-09-18 |
प्रकाशन तिथि | 2017-09-18 |
डेवलपर | Jeremy Greenburg |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } |