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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Show Great on Deck on Steam

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

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

                        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"
    }
}