TF2 Server Stats

Returns the current status and details of a TF2 server.

Was ist TF2 Server Stats?

TF2 Server Stats ist eine Chrome-Erweiterung, die von http://gplustf2.com entwickelt wurde, und ihr Hauptmerkmal ist "Returns the current status and details of a TF2 server.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

TF2 Server Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie TF2 Server Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TF2 Server Stats TF2 Server Stats
ID gokjikhaolldmkhocahjmfikmomenbpd
Offizielle URL https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd
Beschreibung Returns the current status and details of a TF2 server.
Dateigröße 74.77 KB
Installationsanzahl 108
Aktuelle Version 1.2.0
Letztes Update 2016-01-12
Veröffentlichungsdatum 2016-01-12
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler http://gplustf2.com
Zahlungsart free
Erweiterungswebsite http://gplustf2.com
Unterstützte Sprachen 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"
    ]
}