Cloud Gaming Buttoneer
Automatically hides buttons on certain cloud gaming services.
Co je Cloud Gaming Buttoneer?
Cloud Gaming Buttoneer je rozšíření Chrome vyvinuté Deathspike, a jeho hlavní funkcí je „Automatically hides buttons on certain cloud gaming services.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cloud Gaming Buttoneer
Stáhněte si soubory rozšíření Cloud Gaming Buttoneer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cloud Gaming Buttoneer |
ID | bmapdieicgniiohhkfgpmafgfeileklk |
Oficiální URL | https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk |
Popis | Automatically hides buttons on certain cloud gaming services. |
Velikost souboru | 9.12 KB |
Počet instalací | 971 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-11-24 |
Datum Vydání | 2021-11-23 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Deathspike |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
URL Stránky Nápovědy | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
Podporované Jazyky | 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": [ " |