Steam User Manager

Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…

Co to jest Steam User Manager?

Steam User Manager to rozszerzenie Chrome opracowane przez 16ROCK, a jego główną funkcją jest „Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Steam User Manager

Pobierz pliki rozszerzeń Steam User Manager 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

                        Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly switch between accounts, work with multiple accounts at the same time. The ability to receive a 2fa code and confirm offers directly from the browser.                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
Oficjalny URL https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Opis Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Rozmiar pliku 688 KB
Liczba instalacji 139
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2023-06-28
Data Publikacji 2021-12-21
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper 16ROCK
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/boostercreator/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jsbn.js",
            "rsa.js",
            "req.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "SUM"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Steam User Manager",
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies"
    ],
    "short_name": "SUM",
    "version": "0.0.7"
}