Cloud Gaming Buttoneer

Automatically hides buttons on certain cloud gaming services.

Wat is Cloud Gaming Buttoneer?

Cloud Gaming Buttoneer is een Chrome-extensie ontwikkeld door Deathspike, en de belangrijkste functie is "Automatically hides buttons on certain cloud gaming services.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cloud Gaming Buttoneer

Download Cloud Gaming Buttoneer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cloud Gaming Buttoneer Cloud Gaming Buttoneer
ID bmapdieicgniiohhkfgpmafgfeileklk
Officiële URL https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk
Beschrijving Automatically hides buttons on certain cloud gaming services.
Bestandsgrootte 9.12 KB
Aantal Installaties 971
Huidige Versie 1.0
Laatst Bijgewerkt 2021-11-24
Publicatiedatum 2021-11-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Deathspike
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
Help Pagina-URL https://github.com/Deathspike/xbox-cloud-gaming-buttoneer
Ondersteunde Talen 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"
            ]
        }
    ]
}