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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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