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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it"।

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

screenshot

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

crx प्रारूप में Available on Game Pass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}