included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Was ist included-with-xbox-game-pass?
included-with-xbox-game-pass ist eine Chrome-Erweiterung, die von gabin.aureche entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Erweiterungsscreenshots
included-with-xbox-game-pass-Erweiterungs-CRX-Datei herunterladen
Laden Sie included-with-xbox-game-pass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
/!\ 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| Offizielle URL | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| Beschreibung | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| Dateigröße | 38.16 KB |
| Installationsanzahl | 3,812 |
| Aktuelle Version | 0.9.1 |
| Letztes Update | 2022-11-21 |
| Veröffentlichungsdatum | 2020-08-24 |
| Bewertung | 4.00/5 Insgesamt 10 Bewertungen |
| Entwickler | gabin.aureche |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://xgp.community |
| Hilfeseite URL | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| Unterstützte Sprachen | 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"
}
} | |