Steam Profile Sidebar
Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Wat is Steam Profile Sidebar?
Steam Profile Sidebar is een Chrome-extensie ontwikkeld door Slype, en de belangrijkste functie is "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Profile Sidebar
Download Steam Profile Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Steam Profile Sidebar |
ID | kkbcmbgnibclaeplfckmfjjmlaffmoaa |
Officiële URL | https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa |
Beschrijving | Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles |
Bestandsgrootte | 120 KB |
Aantal Installaties | 234 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-03-06 |
Publicatiedatum | 2021-03-06 |
Ontwikkelaar | Slype |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |