BoomPanel.com extension
Allows you to view player stats from community game servers
什麼是BoomPanel.com extension?
BoomPanel.com extension是由boomixlv開發的Chrome擴展程式,該擴展的主要功能是“Allows you to view player stats from community game servers”。
擴展截圖
下載BoomPanel.com extension擴展crx文件
下載BoomPanel.com extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ipilbkeigbgffhhcjjoklgjllhfkammf |
官方網址 | 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" ] } ] } |