SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

Τι είναι το SteamGuard Authorizator;

Το SteamGuard Authorizator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον accxak, και η κύρια λειτουργία του είναι "SteamGuard mobile authenticator authorization codes directly in your browser!".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης SteamGuard Authorizator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

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

Όνομα SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
Επίσημο URL https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Περιγραφή SteamGuard mobile authenticator authorization codes directly in your browser!
Μέγεθος Αρχείου 213 KB
Αριθμός Εγκαταστάσεων 639
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2022-06-14
Ημερομηνία Δημοσίευσης 2022-06-14
Αξιολόγηση 3.59/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής accxak
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}