WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Is It On Game Pass

Is It On Game Pass

View on Chrome Web Store
View Is It On Game Pass Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Check if Steam games are available on Game Pass and see what deals they have on GG.deals
Type
Extension
Users
1,000 users
257
elirev4
View author page of elirev4
Published
Published on July 5, 2025
Version 1.1.3
Manifest version
3
Updated
Updated on July 30, 2025
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Is It On Game Pass Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Is It On Game Pass",
    "version": "1.1.3",
    "description": "Check if Steam games are available on Game Pass and see what deals they have on GG.deals",
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/store.steampowered.com\/*",
        "https:\/\/xccczvjplndatsirjahb.supabase.co\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "scripts\/config.js",
                "scripts\/content-script.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "assets\/icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/xbox.svg",
                "assets\/icons\/indicator-available.svg",
                "assets\/icons\/indicator-coming.svg",
                "assets\/icons\/indicator-leaving.svg",
                "assets\/icons\/ggdeals.svg",
                "assets\/icons\/arrow-right.svg"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top