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