SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

Was ist SteamGuard Authorizator?

SteamGuard Authorizator ist eine Chrome-Erweiterung, die von accxak entwickelt wurde, und ihr Hauptmerkmal ist "SteamGuard mobile authenticator authorization codes directly in your browser!".

Erweiterungsscreenshots

screenshot
screenshot

SteamGuard Authorizator-Erweiterungs-CRX-Datei herunterladen

Laden Sie SteamGuard Authorizator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Now you do not need to reach for your phone whenever Steam requests authorization code! My extension shows it directly in your browser!

Features:
  - Ability to add multiple accounts
  - Click on the code copies it to the clipboard
  - Insert the code directly on the Steam website

ATTENTION!
For the expansion of the authorization codes required shared_secret, who need to get from your phone. Learn more in Google.                    

Grundlegende Informationen zur Erweiterung

Name SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
Offizielle URL https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Beschreibung SteamGuard mobile authenticator authorization codes directly in your browser!
Dateigröße 213 KB
Installationsanzahl 639
Aktuelle Version 1.5
Letztes Update 2022-06-14
Veröffentlichungsdatum 2022-06-14
Bewertung 3.59/5 Insgesamt 37 Bewertungen
Entwickler accxak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.5",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "ba-icon19.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "main.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/buffer.js",
            "js\/crypto.js",
            "js\/bg.js"
        ]
    },
    "web_accessible_resources": [
        "img\/login.png",
        "page.css",
        "js\/page.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/login\/*",
                "https:\/\/steamcommunity.com\/openid\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/page.js"
            ],
            "css": [
                "page.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}