Steam Profile Sidebar

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

ما هو Steam Profile Sidebar؟

Steam Profile Sidebar هو إضافة Chrome تم تطويرها بواسطة Slype، والميزة الرئيسية لها هي "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Steam Profile Sidebar

قم بتنزيل ملفات الامتداد Steam Profile Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}