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
官方網址 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"
            ]
        }
    ]
}