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é es included-with-xbox-game-pass?
included-with-xbox-game-pass es una extensión de Chrome desarrollada por gabin.aureche, y su función principal es "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión included-with-xbox-game-pass
Descarga archivos de extensión included-with-xbox-game-pass en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
/!\ 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. Información Básica de la Extensión
| Nombre | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| URL Oficial | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| Descripción | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| Tamaño del Archivo | 38.16 KB |
| Cantidad de Instalaciones | 3,812 |
| Versión Actual | 0.9.1 |
| Última Actualización | 2022-11-21 |
| Fecha de Publicación | 2020-08-24 |
| Calificación | 4.00/5 Total de 10 Calificaciones |
| Desarrollador | gabin.aureche |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://xgp.community |
| URL de la Página de Ayuda | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| Idiomas Soportados | 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"
}
} | |