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
Eメール [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"
}