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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TF2 S.T.A.R.S. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 TF2 S.T.A.R.S. TF2 S.T.A.R.S.
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
}