XCG - Advanced Options

Enhance your Xbox Cloud Gaming gameplay.

¿Qué es XCG - Advanced Options?

XCG - Advanced Options es una extensión de Chrome desarrollada por vramosx, y su función principal es "Enhance your Xbox Cloud Gaming gameplay.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión XCG - Advanced Options

Descarga archivos de extensión XCG - Advanced Options 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

                        XCG Advanced Options allows you to improve you Xbox Cloud Gaming¹ streaming experience.

With XCG Advanced Options you can change the following settings:

1 - Screen Fit & Size
Change the way the screen is filled. Useful for wide monitors.
 
NOTE: The screen may be distorted, use the height and width parameters to configure it as you wish.

2 - Screen filters
Apply filters to get higher quality images and less distortion during gameplay.

Available filters:
- Blur
- Brightness
- Grayscale
- Hue color
- Saturation
- Sepia

¹ Xbox Cloud Gaming® is a registered trademark or trademarks of Microsoft Corporation in the U.S.A. and other countries.

XCG Advanced Options is not affiliated with Microsoft Corporation, Xbox, Xbox Cloud Gaming, or any of their brands.                    

Información Básica de la Extensión

Nombre XCG - Advanced Options XCG - Advanced Options
ID ghadhbmalgldhgeidcbgpgbchcamhfco
URL Oficial https://chromewebstore.google.com/detail/xcg-advanced-options/ghadhbmalgldhgeidcbgpgbchcamhfco
Descripción Enhance your Xbox Cloud Gaming gameplay.
Tamaño del Archivo 24.69 KB
Cantidad de Instalaciones 604
Versión Actual 0.8.1
Última Actualización 2022-09-23
Fecha de Publicación 2022-09-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador vramosx
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XCG - Advanced Options",
    "version": "0.8.1",
    "description": "Enhance your Xbox Cloud Gaming gameplay.",
    "manifest_version": 3,
    "author": "Victor Ramos",
    "action": {
        "default_popup": "index.html",
        "default_title": "XCG - Advanced Options",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}