BoomPanel.com extension

Allows you to view player stats from community game servers

Co je BoomPanel.com extension?

BoomPanel.com extension je rozšíření Chrome vyvinuté boomixlv, a jeho hlavní funkcí je „Allows you to view player stats from community game servers“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BoomPanel.com extension

Stáhněte si soubory rozšíření BoomPanel.com extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název BoomPanel.com extension BoomPanel.com extension
ID ipilbkeigbgffhhcjjoklgjllhfkammf
Oficiální URL https://chromewebstore.google.com/detail/boompanelcom-extension/ipilbkeigbgffhhcjjoklgjllhfkammf
Popis Allows you to view player stats from community game servers
Velikost souboru 127 KB
Počet instalací 12
Aktuální Verze 1.07
Poslední Aktualizace 2019-04-30
Datum Vydání 2019-04-30
Vývojář boomixlv
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}