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ファイルをダウンロード

Cloud Gaming Buttoneer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}