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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}