SteamAutoAuth

A chrome web extension to ease logging into multiple steam accounts.

Τι είναι το SteamAutoAuth;

Το SteamAutoAuth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trevor Philips Industries, και η κύρια λειτουργία του είναι "A chrome web extension to ease logging into multiple steam accounts.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SteamAutoAuth

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SteamAutoAuth SteamAutoAuth
ID dmgojbkbogegcgdfbilopdhlehbikmig
Επίσημο URL 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"
    }
}