SteamAutoAuth
A chrome web extension to ease logging into multiple steam accounts.
SteamAutoAuth là gì?
SteamAutoAuth là một tiện ích mở rộng Chrome được phát triển bởi Trevor Philips Industries, và tính năng chính của nó là "A chrome web extension to ease logging into multiple steam accounts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SteamAutoAuth
Tải xuống các tệp mở rộng SteamAutoAuth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SteamAutoAuth |
ID | dmgojbkbogegcgdfbilopdhlehbikmig |
URL Chính Thức | https://chromewebstore.google.com/detail/steamautoauth/dmgojbkbogegcgdfbilopdhlehbikmig |
Mô tả | A chrome web extension to ease logging into multiple steam accounts. |
Kích Thước Tệp | 598 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2022-09-15 |
Ngày Phát Hành | 2021-12-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Trevor Philips Industries |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |