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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | dmgojbkbogegcgdfbilopdhlehbikmig | 
| 官方網址 | 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"
    }
}  |  |