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
电子邮箱 [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"
            ]
        }
    ]
}