TF2 Server Stats
Returns the current status and details of a TF2 server.
TF2 Server Statsคืออะไร?
TF2 Server Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gplustf2.com และคุณลักษณะหลักของมันคือ "Returns the current status and details of a TF2 server."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TF2 Server Stats
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |