SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

Apa itu SteamGuard Authorizator?

SteamGuard Authorizator adalah ekstensi Chrome yang dikembangkan oleh accxak, dan fitur utamanya adalah "SteamGuard mobile authenticator authorization codes directly in your browser!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SteamGuard Authorizator

Unduh file ekstensi SteamGuard Authorizator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
URL Resmi https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Deskripsi SteamGuard mobile authenticator authorization codes directly in your browser!
Ukuran File 213 KB
Jumlah Instalasi 639
Versi Saat Ini 1.5
Terakhir Diperbarui 2022-06-14
Tanggal Publikasi 2022-06-14
Penilaian 3.59/5 Total 37 Penilaian
Pengembang accxak
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}