Cloud Gaming Buttoneer
Automatically hides buttons on certain cloud gaming services.
Apa itu Cloud Gaming Buttoneer?
Cloud Gaming Buttoneer adalah ekstensi Chrome yang dikembangkan oleh Deathspike, dan fitur utamanya adalah "Automatically hides buttons on certain cloud gaming services.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cloud Gaming Buttoneer
Unduh file ekstensi Cloud Gaming Buttoneer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cloud Gaming Buttoneer |
ID | bmapdieicgniiohhkfgpmafgfeileklk |
URL Resmi | https://chromewebstore.google.com/detail/cloud-gaming-buttoneer/bmapdieicgniiohhkfgpmafgfeileklk |
Deskripsi | Automatically hides buttons on certain cloud gaming services. |
Ukuran File | 9.12 KB |
Jumlah Instalasi | 971 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-11-24 |
Tanggal Publikasi | 2021-11-23 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Deathspike |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
URL Halaman Bantuan | https://github.com/Deathspike/xbox-cloud-gaming-buttoneer |
Bahasa yang Didukung | 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": [ " |