Cloudpad
Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud
Cos'è Cloudpad?
Cloudpad è un'estensione di Chrome sviluppata da youthdancing.dev, e la sua funzione principale è "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cloudpad
Scarica i file di estensione Cloudpad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use your phone as a tilt-to-steer controller for a more immersive gaming experience! Cloudpad leverages the motion sensors in your phone to give you an unprecedented level of control in racing video games on cloud gaming platforms. Forget the expensive racing wheels – with Cloudpad, you can feel like a real racer as you swipe, tilt and rotate your phone to control your driving style. Requires the Cloudpad iOS/iPad app installed on phone or iPad. Supports GeforceNow, XCloud and Amazon Luna.
Informazioni di Base sull'Estensione
Nome | Cloudpad |
ID | dohdmngmoknkmkoecjbgnjfpiedajmil |
URL Ufficiale | https://chromewebstore.google.com/detail/cloudpad/dohdmngmoknkmkoecjbgnjfpiedajmil |
Descrizione | Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud |
Dimensione del File | 115 KB |
Conteggio Installazioni | 177 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2022-12-03 |
Data di Pubblicazione | 2022-11-26 |
Sviluppatore | youthdancing.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://cloudpadapp.github.io/CloudpadSite/feedback.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloudpad", "version": "0.0.5", "description": "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud", "action": { "default_popup": "settings.html", "default_icon": { "16": "img\/ic_launcher_16.png", "32": "img\/ic_launcher_32.png", "48": "img\/ic_launcher_48.png", "128": "img\/ic_launcher_128.png" } }, "web_accessible_resources": [ { "resources": [ "main.js" ], "matches": [ "https:\/\/play.geforcenow.com\/*", "https:\/\/stadia.google.com\/*", "https:\/\/gamepad-tester.com\/*", "https:\/\/www.xbox.com\/*" ] } ], "permissions": [ "activeTab", "scripting" ], "icons": { "16": "img\/ic_launcher_16.png", "32": "img\/ic_launcher_32.png", "48": "img\/ic_launcher_48.png", "128": "img\/ic_launcher_128.png" }, "manifest_version": 3 } |