included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Qu'est-ce que included-with-xbox-game-pass ?
included-with-xbox-game-pass est une extension Chrome développée par gabin.aureche, et sa fonction principale est "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension included-with-xbox-game-pass
Téléchargez les fichiers d'extension included-with-xbox-game-pass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
/!\ 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.
Informations de Base sur l'Extension
Nom | included-with-xbox-game-pass |
ID | acohddgjcjfelbhaodiebiabljoadldk |
URL Officiel | 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. |
Taille du Fichier | 38.16 KB |
Nombre d'Installations | 3,812 |
Version Actuelle | 0.9.1 |
Dernière Mise à Jour | 2022-11-21 |
Date de Publication | 2020-08-24 |
Évaluation | 4.00/5 Total 10 Évaluations |
Développeur | gabin.aureche |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://xgp.community |
URL de la Page d'Aide | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
Langues Prises en Charge | 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" } } |