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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}