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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 16ROCK และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam User Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}