Steam User Manager

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

Was ist Steam User Manager?

Steam User Manager ist eine Chrome-Erweiterung, die von 16ROCK entwickelt wurde, und ihr Hauptmerkmal ist "Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Steam User Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam User Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
Offizielle URL https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Beschreibung Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Dateigröße 688 KB
Installationsanzahl 139
Aktuelle Version 0.0.7
Letztes Update 2023-06-28
Veröffentlichungsdatum 2021-12-21
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler 16ROCK
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/boostercreator/privacy-policy
Unterstützte Sprachen 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"
}