Offi
tf2 competitive QoL extension
Offi là gì?
Offi là một tiện ích mở rộng Chrome được phát triển bởi Alex Tyshkevich, và tính năng chính của nó là "tf2 competitive QoL extension".
Ả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 Offi
Tải xuống các tệp mở rộng Offi 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Offi |
ID | bhiggokekdkoccfgojnbponjehipbmng |
URL Chính Thức | https://chromewebstore.google.com/detail/offi/bhiggokekdkoccfgojnbponjehipbmng |
Mô tả | tf2 competitive QoL extension |
Kích Thước Tệp | 59.4 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 3.1.2 |
Cập Nhật Lần Cuối | 2022-11-02 |
Ngày Phát Hành | 2022-04-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Alex Tyshkevich |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/CondensedTea/offi |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |