Steam Profile Sidebar
Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Hvad er Steam Profile Sidebar?
Steam Profile Sidebar er en Chrome-udvidelse udviklet af Slype, og dens hovedfunktion er "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".
Udvidelsesskærmbilleder
Download Steam Profile Sidebar-udvidelses-CRX-fil
Download Steam Profile Sidebar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kkbcmbgnibclaeplfckmfjjmlaffmoaa |
| Officiel URL | https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa |
| Beskrivelse | Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles |
| Filstørrelse | 120 KB |
| Antal Installationer | 234 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2021-03-06 |
| Udgivelsesdato | 2021-03-06 |
| Udvikler | Slype |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |