included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
What is included-with-xbox-game-pass?
included-with-xbox-game-pass is a Chrome extension developed by gabin.aureche, and its main feature is "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Extension Screenshots
Download included-with-xbox-game-pass Extension CRX File
Download included-with-xbox-game-pass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
/!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.
Extension Basic Information
Name | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
Official URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
Description | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
File Size | 38.16 KB |
Installation Count | 3,812 |
Current Version | 0.9.1 |
Last Updated | 2022-11-21 |
Publish Date | 2020-08-24 |
Rating | 4.00/5 Total 10 Ratings |
Developer | gabin.aureche |
[email protected] | |
Payment Type | free |
Extension Website | https://xgp.community |
Help Page URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "included-with-xbox-game-pass", "version": "0.9.1", "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.", "permissions": [ "storage", "https:\/\/xgp.community\/*" ], "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |