Cloud Gaming Buttoneer
Automatically hides buttons on certain cloud gaming services.
Hvad er Cloud Gaming Buttoneer?
Cloud Gaming Buttoneer er en Chrome-udvidelse udviklet af Deathspike, og dens hovedfunktion er "Automatically hides buttons on certain cloud gaming services.".
Udvidelsesskærmbilleder
Download Cloud Gaming Buttoneer-udvidelses-CRX-fil
Download Cloud Gaming Buttoneer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Cloud Gaming Buttoneer |
ID | bmapdieicgniiohhkfgpmafgfeileklk |
Officiel URL | https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk |
Beskrivelse | Automatically hides buttons on certain cloud gaming services. |
Filstørrelse | 9.12 KB |
Antal Installationer | 971 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-11-24 |
Udgivelsesdato | 2021-11-23 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Deathspike |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
Hjælpeside-URL | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
Understøttede Sprog | 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": [ " |