SteamAutoAuth
A chrome web extension to ease logging into multiple steam accounts.
Wat is SteamAutoAuth?
SteamAutoAuth is een Chrome-extensie ontwikkeld door Trevor Philips Industries, en de belangrijkste functie is "A chrome web extension to ease logging into multiple steam accounts.".
Extensie Screenshots
Download het CRX-bestand van de extensie SteamAutoAuth
Download SteamAutoAuth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dmgojbkbogegcgdfbilopdhlehbikmig |
| Officiële URL | https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig |
| Beschrijving | A chrome web extension to ease logging into multiple steam accounts. |
| Bestandsgrootte | 598 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.2.2 |
| Laatst Bijgewerkt | 2022-09-15 |
| Publicatiedatum | 2021-12-17 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Trevor Philips Industries |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |