Available on Game Pass
Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it
Cos'è Available on Game Pass?
Available on Game Pass è un'estensione di Chrome sviluppata da lucasromerodb, e la sua funzione principale è "Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Available on Game Pass
Scarica i file di estensione Available on Game Pass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Available on Game Pass |
ID | ogkbpenenponleoakeomjjddhjbgdadc |
URL Ufficiale | https://chromewebstore.google.com/detail/available-on-game-pass/ogkbpenenponleoakeomjjddhjbgdadc |
Descrizione | Know if a game on Steam is also available on Game Pass displaying all platforms where you can play it |
Dimensione del File | 121 KB |
Conteggio Installazioni | 9,508 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2023-12-03 |
Data di Pubblicazione | 2022-11-01 |
Valutazione | 4.11/5 Totale 19 Valutazioni |
Sviluppatore | lucasromerodb |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/lukekix_gg |
Lingue Supportate | 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" } } |