SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

Hvad er SteamGuard Authorizator?

SteamGuard Authorizator er en Chrome-udvidelse udviklet af accxak, og dens hovedfunktion er "SteamGuard mobile authenticator authorization codes directly in your browser!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SteamGuard Authorizator-udvidelses-CRX-fil

Download SteamGuard Authorizator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
Officiel URL https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Beskrivelse SteamGuard mobile authenticator authorization codes directly in your browser!
Filstørrelse 213 KB
Antal Installationer 639
Nuværende Version 1.5
Senest Opdateret 2022-06-14
Udgivelsesdato 2022-06-14
Bedømmelse 3.59/5 Samlet 37 Bedømmelser
Udvikler accxak
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}