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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}