Steam Profile Sidebar
Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Was ist Steam Profile Sidebar?
Steam Profile Sidebar ist eine Chrome-Erweiterung, die von Slype entwickelt wurde, und ihr Hauptmerkmal ist "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".
Erweiterungsscreenshots
Steam Profile Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Profile Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Steam Profile Sidebar |
ID | kkbcmbgnibclaeplfckmfjjmlaffmoaa |
Offizielle URL | https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa |
Beschreibung | Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles |
Dateigröße | 120 KB |
Installationsanzahl | 234 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-03-06 |
Veröffentlichungsdatum | 2021-03-06 |
Entwickler | Slype |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |