SteamGuard Authorizator

SteamGuard mobile authenticator authorization codes directly in your browser!

SteamGuard Authorizator क्या है?

SteamGuard Authorizator accxak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SteamGuard mobile authenticator authorization codes directly in your browser!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SteamGuard Authorizator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}