SteamAutoAuth
A chrome web extension to ease logging into multiple steam accounts.
Co to jest SteamAutoAuth?
SteamAutoAuth to rozszerzenie Chrome opracowane przez Trevor Philips Industries, a jego główną funkcją jest „A chrome web extension to ease logging into multiple steam accounts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SteamAutoAuth
Pobierz pliki rozszerzeń SteamAutoAuth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | SteamAutoAuth |
ID | dmgojbkbogegcgdfbilopdhlehbikmig |
Oficjalny URL | https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig |
Opis | A chrome web extension to ease logging into multiple steam accounts. |
Rozmiar pliku | 598 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.2.2 |
Ostatnia Aktualizacja | 2022-09-15 |
Data Publikacji | 2021-12-17 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Trevor Philips Industries |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |