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 là gì?

Steam User Manager là một tiện ích mở rộng Chrome được phát triển bởi 16ROCK, và tính năng chính của nó là "Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam User Manager

Tải xuống các tệp mở rộng Steam User Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam User Manager Steam User Manager
ID iodilljgbjnjooeololeoomijekomamf
URL Chính Thức https://chromewebstore.google.com/detail/steam-user-manager/iodilljgbjnjooeololeoomijekomamf
Mô tả Steam User Manager is an extension that works as an auxiliary tool for Steam. Its functionality includes the ability to quickly…
Kích Thước Tệp 688 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-06-28
Ngày Phát Hành 2021-12-21
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển 16ROCK
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/boostercreator/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}