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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check which games in your Steam wishlist have a demo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में demos in my Steam wishlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}