Cloudpad

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

Cloudpad란 무엇입니까?

Cloudpad은(는) youthdancing.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cloudpad allows you to connect an iPhone (running the Cloudpad app) as a game controller on Stadia, GeforceNow and XCloud"입니다.

확장 프로그램 스크린샷

screenshot

Cloudpad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}