TF2 S.T.A.R.S.
Team Fortress 2 player ratings based on ETF2L and UGC
什么是TF2 S.T.A.R.S.?
TF2 S.T.A.R.S.是由Kengur开发的Chrome扩展程序,该扩展的主要功能是“Team Fortress 2 player ratings based on ETF2L and UGC”。
扩展截图
下载TF2 S.T.A.R.S.扩展crx文件
下载TF2 S.T.A.R.S.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Team Fortress 2 player ratings in TF2Center, Logs.tf and Steam Profile. Data from ETF2L, UGC and Steam stats. Works in Highlander and 6v6.
Bonus: Sound notification when everyone join the server and you can adjust the volume of all sounds in TF2C.
Join steam group to find out more
http://steamcommunity.com/groups/stars-tf2 扩展基本信息
| 名称 | |
| ID | hfbjphgoffoahbnlkpfijmefofmmcfng |
| 官方URL | https://chromewebstore.google.com/detail/tf2-stars/hfbjphgoffoahbnlkpfijmefofmmcfng |
| 简介 | Team Fortress 2 player ratings based on ETF2L and UGC |
| 文件大小 | 117 KB |
| 安装次数 | 901 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2018-07-03 |
| 上架时间 | 2018-07-03 |
| 评分 | 4.67/5 共30次评分 |
| 开发者 | Kengur |
| 付费类型 | free |
| 扩展官网 | http://steamcommunity.com/groups/stars-tf2 |
| 帮助页面URL | http://steamcommunity.com/groups/stars-tf2 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TF2 S.T.A.R.S.",
"version": "1.4.1",
"version_name": "1.4.1",
"description": "Team Fortress 2 player ratings based on ETF2L and UGC",
"homepage_url": "http:\/\/steamcommunity.com\/groups\/stars-tf2",
"background": {
"page": "background.html",
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/logs.tf\/*"
],
"js": [
"utils.js",
"css.js",
"jquery.js",
"TF.js",
"TFPlayer.js",
"context-logstf.js"
]
},
{
"matches": [
"*:\/\/steamcommunity.com\/*"
],
"js": [
"utils.js",
"css.js",
"jquery.js",
"TF.js",
"TFPlayer.js",
"context-steam.js"
]
},
{
"matches": [
"*:\/\/tf2center.com\/*"
],
"js": [
"utils.js",
"css.js",
"jquery.js",
"TF.js",
"TFPlayer.js",
"context-tf2center.js"
]
}
],
"options_ui": {
"page": "options.html"
},
"page_action": {
"default_icon": "icon-19.png",
"default_title": "TF2 S.T.A.R.S."
},
"permissions": [
"declarativeContent",
"storage",
"unlimitedStorage",
"http:\/\/api.etf2l.org\/",
"http:\/\/www.ugcleague.com\/",
"http:\/\/api.steampowered.com\/"
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |