TF2 Server Stats
Returns the current status and details of a TF2 server.
什么是TF2 Server Stats?
TF2 Server Stats是由http://gplustf2.com开发的Chrome扩展程序,该扩展的主要功能是“Returns the current status and details of a TF2 server.”。
扩展截图
下载TF2 Server Stats扩展crx文件
下载TF2 Server Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | gokjikhaolldmkhocahjmfikmomenbpd |
官方URL | https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd |
简介 | Returns the current status and details of a TF2 server. |
文件大小 | 74.77 KB |
安装次数 | 108 |
当前版本 | 1.2.0 |
更新时间 | 2016-01-12 |
上架时间 | 2016-01-12 |
评分 | 3.67/5 共6次评分 |
开发者 | http://gplustf2.com |
付费类型 | free |
扩展官网 | http://gplustf2.com |
支持的语言 | 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" ] } |