SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

SteamGuard Authorizator là gì?

SteamGuard Authorizator là một tiện ích mở rộng Chrome được phát triển bởi accxak, và tính năng chính của nó là "SteamGuard mobile authenticator authorization codes directly in your browser!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SteamGuard Authorizator

Tải xuống các tệp mở rộng SteamGuard Authorizator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SteamGuard Authorizator SteamGuard Authorizator
ID cimopngjedikbebkpcnemgokekenboam
URL Chính Thức https://chromewebstore.google.com/detail/steamguard-authorizator/cimopngjedikbebkpcnemgokekenboam
Mô tả SteamGuard mobile authenticator authorization codes directly in your browser!
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 639
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2022-06-14
Ngày Phát Hành 2022-06-14
Đánh Giá 3.59/5 Tổng số 37 Đánh Giá
Nhà Phát Triển accxak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}