TF2 Server Stats
Returns the current status and details of a TF2 server.
What is TF2 Server Stats?
TF2 Server Stats is a Chrome extension developed by http://gplustf2.com, and its main feature is "Returns the current status and details of a TF2 server.".
Extension Screenshots
Download TF2 Server Stats Extension CRX File
Download TF2 Server Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gokjikhaolldmkhocahjmfikmomenbpd |
Official URL | https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd |
Description | Returns the current status and details of a TF2 server. |
File Size | 74.77 KB |
Installation Count | 108 |
Current Version | 1.2.0 |
Last Updated | 2016-01-12 |
Publish Date | 2016-01-12 |
Rating | 3.67/5 Total 6 Ratings |
Developer | http://gplustf2.com |
Payment Type | free |
Extension Website | http://gplustf2.com |
Supported Languages | 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" ] } |