TF2 Server Stats

Returns the current status and details of a TF2 server.

Cos'è TF2 Server Stats?

TF2 Server Stats è un'estensione di Chrome sviluppata da http://gplustf2.com, e la sua funzione principale è "Returns the current status and details of a TF2 server.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TF2 Server Stats

Scarica i file di estensione TF2 Server Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
URL Ufficiale https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Descrizione Returns the current status and details of a TF2 server.
Dimensione del File 74.77 KB
Conteggio Installazioni 108
Versione Corrente 1.2.0
Ultimo Aggiornamento 2016-01-12
Data di Pubblicazione 2016-01-12
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore http://gplustf2.com
Tipo di Pagamento free
Sito Web dell'Estensione http://gplustf2.com
Lingue Supportate 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"
    ]
}