Available on Game Pass
Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it
Qu'est-ce que Available on Game Pass ?
Available on Game Pass est une extension Chrome développée par lucasromerodb, et sa fonction principale est "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Available on Game Pass
Téléchargez les fichiers d'extension Available on 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 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
Informations de Base sur l'Extension
Nom | Available on Game Pass |
ID | ogkbpenenponleoakeomjjddhjbgdadc |
URL Officiel | https://chromewebstore.google.com/detail/available-on-game-pass/ogkbpenenponleoakeomjjddhjbgdadc |
Description | Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it |
Taille du Fichier | 121 KB |
Nombre d'Installations | 9,508 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-12-03 |
Date de Publication | 2022-11-01 |
Évaluation | 4.11/5 Total 19 Évaluations |
Développeur | lucasromerodb |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/lukekix_gg |
Langues Prises en Charge | 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" } } |