SteamAutoAuth
A chrome web extension to ease logging into multiple steam accounts.
Cos'è SteamAutoAuth?
SteamAutoAuth è un'estensione di Chrome sviluppata da Trevor Philips Industries, e la sua funzione principale è "A chrome web extension to ease logging into multiple steam accounts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SteamAutoAuth
Scarica i file di estensione SteamAutoAuth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dmgojbkbogegcgdfbilopdhlehbikmig |
| URL Ufficiale | https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig |
| Descrizione | A chrome web extension to ease logging into multiple steam accounts. |
| Dimensione del File | 598 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 0.2.2 |
| Ultimo Aggiornamento | 2022-09-15 |
| Data di Pubblicazione | 2021-12-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Trevor Philips Industries |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |