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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BoomPanel.com extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |