Offi
tf2 competitive QoL extension
Offi란 무엇입니까?
Offi은(는) Alex Tyshkevich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tf2 competitive QoL extension"입니다.
확장 프로그램 스크린샷
Offi 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for missing features on etf2l.org website. Features: - Links to logs on match pages - Links to etf2l match pages at logs.tf - etf2l names at logs.tf - Recruitment status on player and team profiles - Active or expired bans on player profiles
확장 프로그램 기본 정보
이름 | Offi |
ID | bhiggokekdkoccfgojnbponjehipbmng |
공식 URL | https://chromewebstore.google.com/detail/offi/bhiggokekdkoccfgojnbponjehipbmng |
설명 | tf2 competitive QoL extension |
파일 크기 | 59.4 KB |
설치 횟수 | 192 |
현재 버전 | 3.1.2 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-04-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Alex Tyshkevich |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/CondensedTea/offi |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Offi", "description": "tf2 competitive QoL extension", "version": "3.1.2", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/matches\/*" ], "js": [ "etf2l_match_page.1e7f11a7.js" ], "css": [] }, { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/forum\/user\/*" ], "js": [ "etf2l_player_page.93eb9e49.js" ], "css": [ "styles.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/teams\/*" ], "js": [ "etf2l_team_page.f7cc500c.js" ], "css": [ "styles.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/logs.tf\/*" ], "js": [ "logstf.5c306992.js" ], "css": [] }, { "run_at": "document_end", "matches": [ "https:\/\/steamcommunity.com\/id\/*", "https:\/\/steamcommunity.com\/profiles\/*" ], "js": [ "steam_profile.8920aa83.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "https:\/\/etf2l.org\/*", "https:\/\/logs.tf\/*" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.fdcf65b6.html" } } |