TF2 Server Stats

Returns the current status and details of a TF2 server.

Что такое TF2 Server Stats?

TF2 Server Stats - это расширение Chrome, разработанное http://gplustf2.com, и его основная функция - "Returns the current status and details of a TF2 server.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения TF2 Server Stats

Скачайте файлы расширений TF2 Server Stats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Queries Team Fortress 2 and other Source Engine game servers and returns information such as cvars, players connected, and the current map.

Developed by James Shiffer and Evan Johnston, moderators of the TF2 Community on Google+. We, and this extension, are not affiliated with TF2SwapShop.

Fork this extension on GitHub: https://github.com/scoliono/tf2ss                    

Основная информация о расширении

Название TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
Официальный URL https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Описание Returns the current status and details of a TF2 server.
Размер файла 74.77 KB
Количество установок 108
Текущая Версия 1.2.0
Последнее Обновление 2016-01-12
Дата публикации 2016-01-12
Рейтинг 3.67/5 Всего 6 оценок
Разработчик http://gplustf2.com
Тип оплаты free
Официальный сайт расширения http://gplustf2.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TF2 Server Stats",
    "short_name": "TF2SS",
    "description": "Returns the current status and details of a TF2 server.",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "imgs\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/tf2ss.gplustf2.com\/"
    ],
    "optional_permissions": [
        "tabs"
    ]
}