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 |
官方網址 | 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 |
電子郵箱 | [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" } } |