BoomPanel.com extension

Allows you to view player stats from community game servers

BoomPanel.com extension là gì?

BoomPanel.com extension là một tiện ích mở rộng Chrome được phát triển bởi boomixlv, và tính năng chính của nó là "Allows you to view player stats from community game servers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BoomPanel.com extension

Tải xuống các tệp mở rộng BoomPanel.com extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BoomPanel.com extension BoomPanel.com extension
ID ipilbkeigbgffhhcjjoklgjllhfkammf
URL Chính Thức https://chromewebstore.google.com/detail/boompanelcom-extension/ipilbkeigbgffhhcjjoklgjllhfkammf
Mô tả Allows you to view player stats from community game servers
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.07
Cập Nhật Lần Cuối 2019-04-30
Ngày Phát Hành 2019-04-30
Nhà Phát Triển boomixlv
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}