Streamelements Store Plus

Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…

Streamelements Store Plusคืออะไร?

Streamelements Store Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luismiguelprs และคุณลักษณะหลักของมันคือ "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streamelements Store Plus

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

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

                        Add new features at Streamelements Stores:

💰 Display Steam price of store items!
🚫 Hide Sold Out items

Feel free to stay in touch and suggest any features you want!                    

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

ชื่อ Streamelements Store Plus Streamelements Store Plus
ID bnohnioigfecaljdondphgeckfpdepkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk
คำอธิบาย Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
ขนาดไฟล์ 2.97 MB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.0.17
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2023-11-17
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา luismiguelprs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Streamelements Store Plus",
    "version": "0.0.17",
    "icons": {
        "128": "icon-128.2790b6f2.png"
    },
    "background": {
        "service_worker": "background.efc70194.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "js": [
                "steam-prices.runtime.0d1a6982.js",
                "steam-prices.44b0443b.js",
                "hide-sold-out.b6b61e72.js"
            ],
            "css": [
                "styles.98957d38.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/steamcommunity.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/streamelements.com\/*"
            ],
            "resources": [
                "loader.c456915b.png",
                "steam-logo.fd9401f9.svg"
            ]
        }
    ]
}