Available on Game Pass

Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it

Available on Game Passคืออะไร?

Available on Game Pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucasromerodb และคุณลักษณะหลักของมันคือ "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Available on Game Pass

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

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

                        This extension shows a Game Pass banner on a game store page on Steam

- Available games
- Ultimate / EAPlay games
- Upcoming games
- Leaving games

Follow me on https://twitter.com/lukekix_gg to get all updates about this extension.

Release notes: https://lucasromerodb.notion.site/Available-on-Game-Pass-notes-0a1105a741c4454a99fb5d9927f6950d                    

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

ชื่อ Available on Game Pass Available on Game Pass
ID ogkbpenenponleoakeomjjddhjbgdadc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/available-on-game-pass/ogkbpenenponleoakeomjjddhjbgdadc
คำอธิบาย Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 9,508
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-12-03
วันที่เผยแพร่ 2022-11-01
คะแนน 4.11/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา lucasromerodb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/lukekix_gg
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Available on Game Pass",
    "description": "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it",
    "service": "https:\/\/xbox-store-api-production.up.railway.app\/api",
    "impuestito": "https:\/\/impuestito-api-production.up.railway.app\/api",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "scripts\/index.js",
                "scripts\/page.js",
                "scripts\/menu.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}