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ファイルをダウンロード

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
Eメール [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"
    }
}