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 je Steam User Manager?

Steam User Manager je rozšíření Chrome vyvinuté 16ROCK, a jeho hlavní funkcí je „Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Steam User Manager

Stáhněte si soubory rozšíření Steam User Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
Oficiální URL https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Popis Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Velikost souboru 688 KB
Počet instalací 139
Aktuální Verze 0.0.7
Poslední Aktualizace 2023-06-28
Datum Vydání 2021-12-21
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář 16ROCK
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/boostercreator/privacy-policy
Podporované Jazyky 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"
}