Cloud Gaming Buttoneer
Automatically hides buttons on certain cloud gaming services.
Qu'est-ce que Cloud Gaming Buttoneer ?
Cloud Gaming Buttoneer est une extension Chrome développée par Deathspike, et sa fonction principale est "Automatically hides buttons on certain cloud gaming services.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cloud Gaming Buttoneer
Téléchargez les fichiers d'extension Cloud Gaming Buttoneer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cloud Gaming Buttoneer |
ID | bmapdieicgniiohhkfgpmafgfeileklk |
URL Officiel | https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk |
Description | Automatically hides buttons on certain cloud gaming services. |
Taille du Fichier | 9.12 KB |
Nombre d'Installations | 971 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-11-24 |
Date de Publication | 2021-11-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Deathspike |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
URL de la Page d'Aide | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
Langues Prises en Charge | 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": [ " |