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 - это расширение Chrome, разработанное Pedro Estrada, и его основная функция - "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".
Снимки экрана расширения
Скачать файл CRX расширения Mumble Server Status
Скачайте файлы расширений Mumble Server Status в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |