TF2 Server Stats

Returns the current status and details of a TF2 server.

¿Qué es TF2 Server Stats?

TF2 Server Stats es una extensión de Chrome desarrollada por http://gplustf2.com, y su función principal es "Returns the current status and details of a TF2 server.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TF2 Server Stats

Descarga archivos de extensión TF2 Server Stats 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

                        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                    

Información Básica de la Extensión

Nombre TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
URL Oficial https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Descripción Returns the current status and details of a TF2 server.
Tamaño del Archivo 74.77 KB
Cantidad de Instalaciones 108
Versión Actual 1.2.0
Última Actualización 2016-01-12
Fecha de Publicación 2016-01-12
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador http://gplustf2.com
Tipo de Pago free
Sitio Web de la Extensión http://gplustf2.com
Idiomas Soportados 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"
    ]
}