Cloudpad

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

Cloudpad là gì?

Cloudpad là một tiện ích mở rộng Chrome được phát triển bởi youthdancing.dev, và tính năng chính của nó là "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloudpad

Tải xuống các tệp mở rộng Cloudpad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloudpad Cloudpad
ID dohdmngmoknkmkoecjbgnjfpiedajmil
URL Chính Thức https://chromewebstore.google.com/detail/cloudpad/dohdmngmoknkmkoecjbgnjfpiedajmil
Mô tả Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-12-03
Ngày Phát Hành 2022-11-26
Nhà Phát Triển youthdancing.dev
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://cloudpadapp.github.io/CloudpadSite/feedback.html
Ngôn Ngữ Được Hỗ Trợ 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
}