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은(는) lucasromerodb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it"입니다.

확장 프로그램 스크린샷

screenshot

Available on Game Pass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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