TF2Center Tools
Matchmaking tools for TF2Center and logs.tf.
TF2Center Tools란 무엇입니까?
TF2Center Tools은(는) Pepperoni Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Matchmaking tools for TF2Center and logs.tf."입니다.
확장 프로그램 스크린샷
TF2Center Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |