SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

Wat is SteamGuard Authorizator?

SteamGuard Authorizator is een Chrome-extensie ontwikkeld door accxak, en de belangrijkste functie is "SteamGuard mobile authenticator authorization codes directly in your browser!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SteamGuard Authorizator

Download SteamGuard Authorizator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
Officiële URL https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Beschrijving SteamGuard mobile authenticator authorization codes directly in your browser!
Bestandsgrootte 213 KB
Aantal Installaties 639
Huidige Versie 1.5
Laatst Bijgewerkt 2022-06-14
Publicatiedatum 2022-06-14
Beoordeling 3.59/5 Totaal 37 Beoordelingen
Ontwikkelaar accxak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}