Cloudpad

Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud

Τι είναι το Cloudpad;

Το Cloudpad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον youthdancing.dev, και η κύρια λειτουργία του είναι "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cloudpad

Λήψη αρχείων επέκτασης Cloudpad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cloudpad Cloudpad
ID dohdmngmoknkmkoecjbgnjfpiedajmil
Επίσημο URL https://chromewebstore.google.com/detail/cloudpad/dohdmngmoknkmkoecjbgnjfpiedajmil
Περιγραφή Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 177
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2022-12-03
Ημερομηνία Δημοσίευσης 2022-11-26
Προγραμματιστής youthdancing.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://cloudpadapp.github.io/CloudpadSite/feedback.html
Υποστηριζόμενες Γλώσσες 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
}