Steam Profile Sidebar

Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles

Co to jest Steam Profile Sidebar?

Steam Profile Sidebar to rozszerzenie Chrome opracowane przez Slype, a jego główną funkcją jest „Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Steam Profile Sidebar

Pobierz pliki rozszerzeń Steam Profile Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam Profile Sidebar Steam Profile Sidebar
ID kkbcmbgnibclaeplfckmfjjmlaffmoaa
Oficjalny URL https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa
Opis Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Rozmiar pliku 120 KB
Liczba instalacji 234
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-03-06
Data Publikacji 2021-03-06
Deweloper Slype
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}