Mumble Server Status
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Mumble Server Status क्या है?
Mumble Server Status Pedro Estrada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mumble Server Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. It allows you to see whether the mumble server is online or not. It also allows you to view how many users you have online at the moment.
एक्सटेंशन की मूल जानकारी
नाम | Mumble Server Status |
ID | bgdpgdbghhohoemdfjpfcmjokglpnhal |
आधिकारिक URL | https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal |
विवरण | The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. |
फ़ाइल का आकार | 55.95 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.2.5 |
अंतिम अपडेट | 2013-02-19 |
प्रकाशन तिथि | 2013-02-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Pedro Estrada |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "page": "background.html" }, "name": "Mumble Server Status", "version": "1.2.5", "manifest_version": 2, "description": "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.", "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "https:\/\/www.mumbleboxes.com\/" ], "options_page": "options.html" } |