TF2 S.T.A.R.S.

Team Fortress 2 player ratings based on ETF2L and UGC

O que é TF2 S.T.A.R.S.?

TF2 S.T.A.R.S. é uma extensão do Chrome desenvolvida por Kengur, e sua principal característica é "Team Fortress 2 player ratings based on ETF2L and UGC".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TF2 S.T.A.R.S.

Baixe arquivos de extensão TF2 S.T.A.R.S. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TF2 S.T.A.R.S. TF2 S.T.A.R.S.
ID hfbjphgoffoahbnlkpfijmefofmmcfng
URL Oficial https://chromewebstore.google.com/detail/tf2-stars/hfbjphgoffoahbnlkpfijmefofmmcfng
Descrição Team Fortress 2 player ratings based on ETF2L and UGC
Tamanho do Arquivo 117 KB
Contagem de Instalações 901
Versão Atual 1.4.1
Última Atualização 2018-07-03
Data de Publicação 2018-07-03
Classificação 4.67/5 Total de 30 Avaliações
Desenvolvedor Kengur
Tipo de Pagamento free
Site da Extensão http://steamcommunity.com/groups/stars-tf2
URL da Página de Ajuda http://steamcommunity.com/groups/stars-tf2
Idiomas Suportados 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
}