TF2 Server Stats

Returns the current status and details of a TF2 server.

Qu'est-ce que TF2 Server Stats ?

TF2 Server Stats est une extension Chrome développée par http://gplustf2.com, et sa fonction principale est "Returns the current status and details of a TF2 server.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TF2 Server Stats

Téléchargez les fichiers d'extension TF2 Server Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
URL Officiel https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Description Returns the current status and details of a TF2 server.
Taille du Fichier 74.77 KB
Nombre d'Installations 108
Version Actuelle 1.2.0
Dernière Mise à Jour 2016-01-12
Date de Publication 2016-01-12
Évaluation 3.67/5 Total 6 Évaluations
Développeur http://gplustf2.com
Type de Paiement free
Site Web de l'Extension http://gplustf2.com
Langues Prises en Charge 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"
    ]
}