TF2 Server Stats
Returns the current status and details of a TF2 server.
Hvad er TF2 Server Stats?
TF2 Server Stats er en Chrome-udvidelse udviklet af http://gplustf2.com, og dens hovedfunktion er "Returns the current status and details of a TF2 server.".
Udvidelsesskærmbilleder
Download TF2 Server Stats-udvidelses-CRX-fil
Download TF2 Server Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gokjikhaolldmkhocahjmfikmomenbpd |
Officiel URL | https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd |
Beskrivelse | Returns the current status and details of a TF2 server. |
Filstørrelse | 74.77 KB |
Antal Installationer | 108 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2016-01-12 |
Udgivelsesdato | 2016-01-12 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | http://gplustf2.com |
Betalingsmetode | free |
Udvidelseswebsted | http://gplustf2.com |
Understøttede Sprog | 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" ] } |