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" ] } |