Steam User Manager

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

Cos'è Steam User Manager?

Steam User Manager è un'estensione di Chrome sviluppata da 16ROCK, e la sua funzione principale è "Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Steam User Manager

Scarica i file di estensione Steam User Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
URL Ufficiale https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Descrizione Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Dimensione del File 688 KB
Conteggio Installazioni 139
Versione Corrente 0.0.7
Ultimo Aggiornamento 2023-06-28
Data di Pubblicazione 2021-12-21
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore 16ROCK
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/boostercreator/privacy-policy
Lingue Supportate 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"
}