TF2 S.T.A.R.S.

Team Fortress 2 player ratings based on ETF2L and UGC

TF2 S.T.A.R.S. là gì?

TF2 S.T.A.R.S. là một tiện ích mở rộng Chrome được phát triển bởi Kengur, và tính năng chính của nó là "Team Fortress 2 player ratings based on ETF2L and UGC".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TF2 S.T.A.R.S.

Tải xuống các tệp mở rộng TF2 S.T.A.R.S. 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TF2 S.T.A.R.S. TF2 S.T.A.R.S.
ID hfbjphgoffoahbnlkpfijmefofmmcfng
URL Chính Thức https://chromewebstore.google.com/detail/tf2-stars/hfbjphgoffoahbnlkpfijmefofmmcfng
Mô tả Team Fortress 2 player ratings based on ETF2L and UGC
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 901
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2018-07-03
Ngày Phát Hành 2018-07-03
Đánh Giá 4.67/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Kengur
Loại Thanh Toán free
Trang Web Mở Rộng http://steamcommunity.com/groups/stars-tf2
URL Trang Trợ Giúp http://steamcommunity.com/groups/stars-tf2
Ngôn Ngữ Được Hỗ Trợ 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
}