demos in my Steam wishlist

Check which games in your Steam wishlist have a demo.

demos in my Steam wishlistคืออะไร?

demos in my Steam wishlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย demosinmysteamwishlist และคุณลักษณะหลักของมันคือ "Check which games in your Steam wishlist have a demo."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย demos in my Steam wishlist

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

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

                        NEW FEATURE: WISHLIST FILTERS!

'demos in my Steam wishlist' is activated every time you access a wishlist page at https://store.steampowered.com. 

'demos in my Steam wishlist' is the only extension to:
- Add a filter option to only display games with demos.
- Add a tag next to each item that has a demo available.

Both the filter and the tagging systems distinguish demos by platform (i.e. Windows, Mac, or Linux/Steam Deck), which not always are the same platforms supported by the full game.


No login is required.
We don't access your personal data.
We only use publicly available data provided by Steam itself.

--

Notice:

     If the filter misbehaves in any way, open your wishlist in a new tab (instead of simply refreshing the page), and everything should be fine again.                    

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

ชื่อ demos in my Steam wishlist demos in my Steam wishlist
ID cfdhaglgnhlacodkjjmlbcglgecnelnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/demos-in-my-steam-wishlis/cfdhaglgnhlacodkjjmlbcglgecnelnj
คำอธิบาย Check which games in your Steam wishlist have a demo.
ขนาดไฟล์ 15.46 KB
จำนวนการติดตั้ง 360
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-04-07
วันที่เผยแพร่ 2023-03-07
คะแนน 3.78/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา demosinmysteamwishlist
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ko-fi.com/demosinmysteamwishlist
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "demos in my Steam wishlist",
    "version": "1.0.3",
    "description": "Check which games in your Steam wishlist have a demo.",
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "content_scripts": [
        {
            "css": [
                "src\/dimsw-stylesheet.css"
            ],
            "js": [
                "src\/dimsw-content.js"
            ],
            "matches": [
                "*:\/\/*.steampowered.com\/wishlist\/id\/*",
                "*:\/\/*.steampowered.com\/wishlist\/profiles\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/store.steampowered.com\/api\/*"
    ],
    "action": {
        "default_popup": "src\/popup\/dimsw-popup.html",
        "default_icon": {
            "16": "images\/favicon-16x16.png",
            "32": "images\/favicon-32x32.png",
            "48": "images\/favicon-48x48.png",
            "128": "images\/favicon-128x128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/dimsw-main-world.js"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ]
        }
    ]
}