Steam enhancer

Steam web page enhancements

Steam enhancerคืออะไร?

Steam enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Elioglou และคุณลักษณะหลักของมันคือ "Steam web page enhancements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Steam enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Steam extension that enhances your steam page browsing experience.

Features included in version 1.0.0:
- Date filters added to: /account/licenses/ page                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steam enhancer Steam enhancer
ID bbeiicdpkjjnklkakpjefchmeojiabap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-enhancer/bbeiicdpkjjnklkakpjefchmeojiabap
คำอธิบาย Steam web page enhancements
ขนาดไฟล์ 6.59 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-04-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Chris Elioglou
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steam enhancer",
    "version": "1.0.0",
    "author": "Chris Elioglou",
    "description": "Steam web page enhancements",
    "content_scripts": [
        {
            "css": [
                ".\/app.css"
            ],
            "js": [
                ".\/app.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/store.steampowered.com\/account\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}