Mumble Server Status
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
¿Qué es Mumble Server Status?
Mumble Server Status es una extensión de Chrome desarrollada por Pedro Estrada, y su función principal es "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mumble Server Status
Descarga archivos de extensión Mumble Server Status en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Mumble Server Status |
ID | bgdpgdbghhohoemdfjpfcmjokglpnhal |
URL Oficial | https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal |
Descripción | The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. |
Tamaño del Archivo | 55.95 KB |
Cantidad de Instalaciones | 37 |
Versión Actual | 1.2.5 |
Última Actualización | 2013-02-19 |
Fecha de Publicación | 2013-02-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Pedro Estrada |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |