Show Great on Deck on Steam

See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.

Show Great on Deck on Steam क्या है?

Show Great on Deck on Steam cptpiepmatz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Show Great on Deck on Steam एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Steam Store does not display the Steam Deck Verification Status on every page. This extension adds this status to a lot of pages, so you can see at a glance which games are compatible with the Deck.

Furthermore the Verification Status is often not up-to-date. To solve this issue, the extension adds a medal from ProtonDB to the search results, front and app page.

For more info, head over to the ReadMe on Github: https://github.com/cptpiepmatz/great-on-deck-search/tree/main#readme                    

एक्सटेंशन की मूल जानकारी

नाम Show Great on Deck on Steam Show Great on Deck on Steam
ID olagniaikhbmpdgghoifgloijcndfled
आधिकारिक URL https://chromewebstore.google.com/detail/show-great-on-deck-on-ste/olagniaikhbmpdgghoifgloijcndfled
विवरण See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.
फ़ाइल का आकार 182 KB
स्थापना संख्या 4,661
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-08-08
प्रकाशन तिथि 2022-07-11
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर cptpiepmatz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cptpiepmatz/great-on-deck-search
सहायता पृष्ठ URL https://github.com/cptpiepmatz/great-on-deck-search/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Great on Deck on Steam",
    "description": "See what Games are verified for the Steam Deck and which Medal they have on ProtonDB in the Steam Store.",
    "version": "1.5.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "out\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/*",
                "https:\/\/steamcommunity.com\/id\/*\/games*",
                "https:\/\/steamcommunity.com\/profiles\/*\/games*"
            ],
            "run_at": "document_end",
            "js": [
                "out\/pages.bundle.js"
            ],
            "css": [
                "out\/pages.bundle.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/store.steampowered.com\/*",
        "https:\/\/steamcommunity.com\/*",
        "https:\/\/www.protondb.com\/app\/*",
        "https:\/\/steamdeckhq.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_popup": "src\/settings\/settings.html"
    }
}