TF2 Server Stats
Returns the current status and details of a TF2 server.
TF2 Server Stats là gì?
TF2 Server Stats là một tiện ích mở rộng Chrome được phát triển bởi http://gplustf2.com, và tính năng chính của nó là "Returns the current status and details of a TF2 server.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TF2 Server Stats
Tải xuống các tệp mở rộng TF2 Server Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gokjikhaolldmkhocahjmfikmomenbpd |
URL Chính Thức | https://chrome.google.com/webstore/detail/tf2-server-stats/gokjikhaolldmkhocahjmfikmomenbpd |
Mô tả | Returns the current status and details of a TF2 server. |
Kích Thước Tệp | 74.77 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2016-01-12 |
Ngày Phát Hành | 2016-01-12 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://gplustf2.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://gplustf2.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |