Offi
tf2 competitive QoL extension
什么是Offi?
Offi是由Alex Tyshkevich开发的Chrome扩展程序,该扩展的主要功能是“tf2 competitive QoL extension”。
扩展截图
下载Offi扩展crx文件
下载Offi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
}
} | |