SteamAutoAuth

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

Apa itu SteamAutoAuth?

SteamAutoAuth adalah ekstensi Chrome yang dikembangkan oleh Trevor Philips Industries, dan fitur utamanya adalah "A chrome web extension to ease logging into multiple steam accounts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SteamAutoAuth

Unduh file ekstensi SteamAutoAuth dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SteamAutoAuth SteamAutoAuth
ID dmgojbkbogegcgdfbilopdhlehbikmig
URL Resmi https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig
Deskripsi A chrome web extension to ease logging into multiple steam accounts.
Ukuran File 598 KB
Jumlah Instalasi 28
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2022-09-15
Tanggal Publikasi 2021-12-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Trevor Philips Industries
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}