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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |