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
官方網址 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"
}