BoomPanel.com extension

Allows you to view player stats from community game servers

ما هو BoomPanel.com extension؟

BoomPanel.com extension هو إضافة Chrome تم تطويرها بواسطة boomixlv، والميزة الرئيسية لها هي "Allows you to view player stats from community game servers".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BoomPanel.com extension

قم بتنزيل ملفات الامتداد BoomPanel.com extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم BoomPanel.com extension BoomPanel.com extension
ID ipilbkeigbgffhhcjjoklgjllhfkammf
عنوان URL الرسمي https://chromewebstore.google.com/detail/boompanelcom-extension/ipilbkeigbgffhhcjjoklgjllhfkammf
الوصف Allows you to view player stats from community game servers
حجم الملف 127 KB
عدد التثبيتات 12
النسخة الحالية 1.07
آخر تحديث 2019-04-30
تاريخ النشر 2019-04-30
المطور boomixlv
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}