Steam Profile Sidebar
Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Steam Profile Sidebarとは何ですか?
Steam Profile SidebarはSlypeによって開発されたChromeの拡張機能で、その主な機能は「Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles」です。
拡張機能のスクリーンショット
Steam Profile Sidebar拡張機能のCRXファイルをダウンロード
Steam Profile Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a little sidebar on Steam profiles to display the following: - Steam64ID - AccountID - Faceit elo (if available) - "Add on local machine" button (opens Steam app on PC)
拡張機能の基本情報
名前 | Steam Profile Sidebar |
ID | kkbcmbgnibclaeplfckmfjjmlaffmoaa |
公式URL | https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa |
説明 | Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles |
ファイルサイズ | 120 KB |
インストール数 | 234 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-03-06 |
公開日 | 2021-03-06 |
開発者 | Slype |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Profile Sidebar", "version": "0.0.1", "description": "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles", "manifest_version": 2, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/id\/*", "https:\/\/steamcommunity.com\/profiles\/*" ], "run_at": "document_end", "js": [ "main.js" ] } ], "icons": { "128": "logo_128.png", "256": "logo_256.png", "512": "logo_512.png", "1000": "logo_1000.png" } } |