SteamAutoAuth

A chrome web extension to ease logging into multiple steam accounts.

ما هو SteamAutoAuth؟

SteamAutoAuth هو إضافة Chrome تم تطويرها بواسطة Trevor Philips Industries، والميزة الرئيسية لها هي "A chrome web extension to ease logging into multiple steam accounts.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SteamAutoAuth

قم بتنزيل ملفات الامتداد SteamAutoAuth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automatically inputs password and enters mobile code on steam login. Powered by steam-totp.

As someone who has to constantly keep switching between many accounts in steam, it can take a lot of time. This extension is made with the hope that it can reduce that time significantly.                    

معلومات أساسية عن التمديد

الاسم SteamAutoAuth SteamAutoAuth
ID dmgojbkbogegcgdfbilopdhlehbikmig
عنوان URL الرسمي https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig
الوصف A chrome web extension to ease logging into multiple steam accounts.
حجم الملف 598 KB
عدد التثبيتات 28
النسخة الحالية 0.2.2
آخر تحديث 2022-09-15
تاريخ النشر 2021-12-17
تقييم 5.00/5 مجموع تقييمات 2
المطور Trevor Philips Industries
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SteamAutoAuth",
    "version": "0.2.2",
    "description": "A chrome web extension to ease logging into multiple steam accounts.",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/login\/*",
                "https:\/\/store.steampowered.com\/login\/*",
                "https:\/\/steamcommunity.com\/openid\/login*"
            ],
            "js": [
                "dist\/bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "short_name": "SAA",
    "action": {
        "default_title": "Set usernames and secrets.",
        "default_popup": "src\/popup\/popup.html"
    }
}