BoomPanel.com extension

Allows you to view player stats from community game servers

Was ist BoomPanel.com extension?

BoomPanel.com extension ist eine Chrome-Erweiterung, die von boomixlv entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to view player stats from community game servers".

Erweiterungsscreenshots

screenshot

BoomPanel.com extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie BoomPanel.com extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BoomPanel.com extension BoomPanel.com extension
ID ipilbkeigbgffhhcjjoklgjllhfkammf
Offizielle URL https://chromewebstore.google.com/detail/boompanelcom-extension/ipilbkeigbgffhhcjjoklgjllhfkammf
Beschreibung Allows you to view player stats from community game servers
Dateigröße 127 KB
Installationsanzahl 12
Aktuelle Version 1.07
Letztes Update 2019-04-30
Veröffentlichungsdatum 2019-04-30
Entwickler boomixlv
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}