Steam User Manager

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

Qu'est-ce que Steam User Manager ?

Steam User Manager est une extension Chrome développée par 16ROCK, et sa fonction principale est "Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam User Manager

Téléchargez les fichiers d'extension Steam User Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
URL Officiel https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Description Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Taille du Fichier 688 KB
Nombre d'Installations 139
Version Actuelle 0.0.7
Dernière Mise à Jour 2023-06-28
Date de Publication 2021-12-21
Évaluation 4.43/5 Total 7 Évaluations
Développeur 16ROCK
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/boostercreator/privacy-policy
Langues Prises en Charge 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"
}