TF2 Server Stats
Returns the current status and details of a TF2 server.
Wat is TF2 Server Stats?
TF2 Server Stats is een Chrome-extensie ontwikkeld door http://gplustf2.com, en de belangrijkste functie is "Returns the current status and details of a TF2 server.".
Extensie Screenshots
Download het CRX-bestand van de extensie TF2 Server Stats
Download TF2 Server Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gokjikhaolldmkhocahjmfikmomenbpd |
Officiële URL | https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd |
Beschrijving | Returns the current status and details of a TF2 server. |
Bestandsgrootte | 74.77 KB |
Aantal Installaties | 108 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2016-01-12 |
Publicatiedatum | 2016-01-12 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://gplustf2.com |
Betalingswijze | free |
Extensiewebsite | http://gplustf2.com |
Ondersteunde Talen | 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" ] } |