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 |
公式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 |
Eメール | [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" ] } ] } |