Steam User Manager

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

什么是Steam User Manager?

Steam User Manager是由16ROCK开发的Chrome扩展程序,该扩展的主要功能是“Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Steam User Manager扩展crx文件

下载Steam User Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
官方URL https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
简介 Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
文件大小 688 KB
安装次数 139
当前版本 0.0.7
更新时间 2023-06-28
上架时间 2021-12-21
评分 4.43/5 共7次评分
开发者 16ROCK
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/boostercreator/privacy-policy
支持的语言 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"
}