Cloud Gaming Buttoneer

Automatically hides buttons on certain cloud gaming services.

Cloud Gaming Buttoneer란 무엇입니까?

Cloud Gaming Buttoneer은(는) Deathspike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically hides buttons on certain cloud gaming services."입니다.

확장 프로그램 스크린샷

screenshot

Cloud Gaming Buttoneer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Xbox Cloud Gaming works well within Chrome-based browsers, but the two buttons on the top-left of the screen are both distracting and annoying. This extension aims to remedy that; the buttons are automatically hidden after mouse/keyboard inactivity, and will re-appear when you move your mouse. It's that simple.                    

확장 프로그램 기본 정보

이름 Cloud Gaming Buttoneer Cloud Gaming Buttoneer
ID bmapdieicgniiohhkfgpmafgfeileklk
공식 URL https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk
설명 Automatically hides buttons on certain cloud gaming services.
파일 크기 9.12 KB
설치 횟수 971
현재 버전 1.0
최근 업데이트 2021-11-24
출시 날짜 2021-11-23
평점 5.00/5 총 4 개의 평점
개발자 Deathspike
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
도움말 페이지 URL https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Gaming Buttoneer",
    "description": "Automatically hides buttons on certain cloud gaming services.",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/016.png",
        "48": "icons\/048.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xbox.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "inject-script.js"
            ]
        }
    ]
}