Steam Profile Sidebar

Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles

Steam Profile Sidebar क्या है?

Steam Profile Sidebar Slype द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles"।

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

screenshot

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

crx प्रारूप में Steam Profile Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Adds a little sidebar on Steam profiles to display the following:
- Steam64ID
- AccountID
- Faceit elo (if available)
- "Add on local machine" button (opens Steam app on PC)                    

एक्सटेंशन की मूल जानकारी

नाम Steam Profile Sidebar Steam Profile Sidebar
ID kkbcmbgnibclaeplfckmfjjmlaffmoaa
आधिकारिक URL https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa
विवरण Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
फ़ाइल का आकार 120 KB
स्थापना संख्या 234
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-03-06
प्रकाशन तिथि 2021-03-06
डेवलपर Slype
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Profile Sidebar",
    "version": "0.0.1",
    "description": "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "logo_128.png",
        "256": "logo_256.png",
        "512": "logo_512.png",
        "1000": "logo_1000.png"
    }
}