Cloud Gaming Buttoneer

Automatically hides buttons on certain cloud gaming services.

What is Cloud Gaming Buttoneer?

Cloud Gaming Buttoneer is a Chrome extension developed by Deathspike, and its main feature is "Automatically hides buttons on certain cloud gaming services.".

Extension Screenshots

screenshot

Download Cloud Gaming Buttoneer Extension CRX File

Download Cloud Gaming Buttoneer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cloud Gaming Buttoneer Cloud Gaming Buttoneer
ID bmapdieicgniiohhkfgpmafgfeileklk
Official URL https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk
Description Automatically hides buttons on certain cloud gaming services.
File Size 9.12 KB
Installation Count 971
Current Version 1.0
Last Updated 2021-11-24
Publish Date 2021-11-23
Rating 5.00/5 Total 4 Ratings
Developer Deathspike
Email [email protected]
Payment Type free
Extension Website https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
Help Page URL https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
Supported Languages 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"
            ]
        }
    ]
}