TF2Center Tools
Matchmaking tools for TF2Center and logs.tf.
TF2Center Toolsคืออะไร?
TF2Center Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pepperoni Software และคุณลักษณะหลักของมันคือ "Matchmaking tools for TF2Center and logs.tf."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TF2Center Tools
ดาวน์โหลดไฟล์ส่วนขยาย TF2Center Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool allows you to auto-join lobbies on the lobby selection screen to a class slot of your choosing. It will maintain the ready state for your slot so you do not need to manage the timer manually. Matches on logs.tf will display ratings for each player as well as designate an MVP.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TF2Center Tools |
ID | oagdkccjchnflfcikaagcelgipminjhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tf2center-tools/oagdkccjchnflfcikaagcelgipminjhd |
คำอธิบาย | Matchmaking tools for TF2Center and logs.tf. |
ขนาดไฟล์ | 349 KB |
จำนวนการติดตั้ง | 874 |
เวอร์ชันปัจจุบัน | 9.62 |
อัปเดตครั้งล่าสุด | 2022-11-24 |
วันที่เผยแพร่ | 2020-02-16 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Pepperoni Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pepperonisoft.com/tf2 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TF2Center Tools", "description": "Matchmaking tools for TF2Center and logs.tf.", "permissions": [ "https:\/\/tf2metrics.azurewebsites.net\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "applications": { "gecko": { "id": "{30decbe8-46b4-47be-8a39-2b1cc7307a30}", "strict_min_version": "70.0" } }, "content_scripts": [ { "matches": [ "*:\/\/*.logs.tf\/*" ], "js": [ "assets\/js\/jquery-3.5.1.min.js", "assets\/js\/jquery.tablesorter.min.js", "logs.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "logo.png" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/tf2pugs.com\/", "manifest_version": 2, "version": "9.62" } |