SteamAutoAuth

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

SteamAutoAuthとは何ですか?

SteamAutoAuthはTrevor Philips Industriesによって開発されたChromeの拡張機能で、その主な機能は「A chrome web extension to ease logging into multiple steam accounts.」です。

拡張機能のスクリーンショット

screenshot

SteamAutoAuth拡張機能のCRXファイルをダウンロード

SteamAutoAuth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}