BoomPanel.com extension

Allows you to view player stats from community game servers

O que é BoomPanel.com extension?

BoomPanel.com extension é uma extensão do Chrome desenvolvida por boomixlv, e sua principal característica é "Allows you to view player stats from community game servers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BoomPanel.com extension

Baixe arquivos de extensão BoomPanel.com extension 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

                        Extension that gives any community server owner and players opportunity to easily track their or other player online stats. Extension can be used by anyone at any time, all you need is to create group with list of servers you want to track and then go to their steam profile to see more info.

Extension provides opportunity to copy steamID64 with one click, to see when player was last online in one of your servers, if they are online now and how much time they have spent in each of their servers.

For more information about the extension, you can visit our website https://boompanel.com/extension                    

Informações Básicas da Extensão

Nome BoomPanel.com extension BoomPanel.com extension
ID ipilbkeigbgffhhcjjoklgjllhfkammf
URL Oficial https://chromewebstore.google.com/detail/boompanelcom-extension/ipilbkeigbgffhhcjjoklgjllhfkammf
Descrição Allows you to view player stats from community game servers
Tamanho do Arquivo 127 KB
Contagem de Instalações 12
Versão Atual 1.07
Última Atualização 2019-04-30
Data de Publicação 2019-04-30
Desenvolvedor boomixlv
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BoomPanel.com extension",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "version": "1.07",
    "manifest_version": 2,
    "description": "Allows you to view player stats from community game servers",
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "BoomPanel.com extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/moment-with-locales.min.js",
                "scripts\/main.js"
            ]
        }
    ]
}