XCG - Advanced Options

Enhance your Xbox Cloud Gaming gameplay.

什么是XCG - Advanced Options?

XCG - Advanced Options是由vramosx开发的Chrome扩展程序,该扩展的主要功能是“Enhance your Xbox Cloud Gaming gameplay.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载XCG - Advanced Options扩展crx文件

下载XCG - Advanced Options扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 XCG - Advanced Options XCG - Advanced Options
ID ghadhbmalgldhgeidcbgpgbchcamhfco
官方URL https://chromewebstore.google.com/detail/xcg-advanced-options/ghadhbmalgldhgeidcbgpgbchcamhfco
简介 Enhance your Xbox Cloud Gaming gameplay.
文件大小 24.69 KB
安装次数 604
当前版本 0.8.1
更新时间 2022-09-23
上架时间 2022-09-22
评分 5.00/5 共1次评分
开发者 vramosx
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}