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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |