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은(는) demosinmysteamwishlist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check which games in your Steam wishlist have a demo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

demos in my Steam wishlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}