CloudGamepad
Remap the keys of your gamepad on the browser. It works in many cloud gamining services.
CloudGamepad란 무엇입니까?
CloudGamepad은(는) ramos.dev.contact에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remap the keys of your gamepad on the browser. It works in many cloud gamining services."입니다.
확장 프로그램 스크린샷
CloudGamepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CloudGamepad is a simple yet powerful tool that allows you to customize your gamepad controls for playing games in the browser. With this extension, you can remap the keys of your gamepad, giving you greater control and customization options while you play on your favorite cloud gaming service. Whether you're using popular cloud gaming services like XBoxCloud, GeForce NOW, Shadow, Stadia, or others, CloudGamepad works seamlessly to provide you with a personalized gaming experience. The setup should be quick and easy, but if you have any questions go to the website of the extension for more information.
확장 프로그램 기본 정보
이름 | CloudGamepad |
ID | jjkloeoacnmjeojgohgpjbnljanejblp |
공식 URL | https://chromewebstore.google.com/detail/cloudgamepad/jjkloeoacnmjeojgohgpjbnljanejblp |
설명 | Remap the keys of your gamepad on the browser. It works in many cloud gamining services. |
파일 크기 | 35.08 KB |
설치 횟수 | 899 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2023-09-16 |
출시 날짜 | 2023-03-15 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | ramos.dev.contact |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lucasR23/CloudGamepad |
도움말 페이지 URL | https://github.com/lucasR23/CloudGamepad |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CloudGamepad", "version": "0.0.2", "description": "Remap the keys of your gamepad on the browser. It works in many cloud gamining services.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "settings.html", "default_icon": { "16": "img\/cloudgamepad-16.png", "32": "img\/cloudgamepad-32.png", "48": "img\/cloudgamepad-48.png", "128": "img\/cloudgamepad-128.png" } }, "web_accessible_resources": [ { "resources": [ "cloudgamepad.js" ], "matches": [ "https:\/\/gamepad-tester.com\/*", "https:\/\/gamepad.e7d.io\/*", "https:\/\/cloud.boosteroid.com\/*", "https:\/\/www.xbox.com\/*", "https:\/\/play.geforcenow.com\/*", "https:\/\/shadow.tech\/*", "https:\/\/www.paperspace.com\/*", "https:\/\/parsec.app\/*", "https:\/\/www.nvidia.com\/*", "https:\/\/playkey.net\/*", "https:\/\/www.netboom.com\/*", "https:\/\/www.blacknut.com\/*", "https:\/\/www.furioos.com\/*", "https:\/\/luna.amazon.com\/*", "https:\/\/stadia.google.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/gamepad-tester.com\/*", "https:\/\/gamepad.e7d.io\/*", "https:\/\/cloud.boosteroid.com\/*", "https:\/\/www.xbox.com\/*", "https:\/\/play.geforcenow.com\/*", "https:\/\/shadow.tech\/*", "https:\/\/www.paperspace.com\/*", "https:\/\/parsec.app\/*", "https:\/\/www.nvidia.com\/*", "https:\/\/playkey.net\/*", "https:\/\/www.netboom.com\/*", "https:\/\/www.blacknut.com\/*", "https:\/\/www.furioos.com\/*", "https:\/\/luna.amazon.com\/*", "https:\/\/stadia.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "declarativeContent" ], "icons": { "16": "img\/cloudgamepad-16.png", "32": "img\/cloudgamepad-32.png", "48": "img\/cloudgamepad-48.png", "128": "img\/cloudgamepad-128.png" }, "manifest_version": 3 } |