Mumble Server Status
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Wat is Mumble Server Status?
Mumble Server Status is een Chrome-extensie ontwikkeld door Pedro Estrada, en de belangrijkste functie is "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mumble Server Status
Download Mumble Server Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Mumble Server Status |
ID | bgdpgdbghhohoemdfjpfcmjokglpnhal |
Officiële URL | https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal |
Beschrijving | The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. |
Bestandsgrootte | 55.95 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2013-02-19 |
Publicatiedatum | 2013-02-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Pedro Estrada |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |