included-with-xbox-game-pass
A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Cos'è included-with-xbox-game-pass?
included-with-xbox-game-pass è un'estensione di Chrome sviluppata da gabin.aureche, e la sua funzione principale è "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione included-with-xbox-game-pass
Scarica i file di estensione included-with-xbox-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 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| URL Ufficiale | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| Descrizione | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| Dimensione del File | 38.16 KB |
| Conteggio Installazioni | 3,812 |
| Versione Corrente | 0.9.1 |
| Ultimo Aggiornamento | 2022-11-21 |
| Data di Pubblicazione | 2020-08-24 |
| Valutazione | 4.00/5 Totale 10 Valutazioni |
| Sviluppatore | gabin.aureche |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://xgp.community |
| URL della Pagina di Aiuto | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| Lingue Supportate | 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"
}
} | |