CloudGamepad

Remap the keys of your gamepad on the browser. It works in many cloud gamining services.

CloudGamepad là gì?

CloudGamepad là một tiện ích mở rộng Chrome được phát triển bởi ramos.dev.contact, và tính năng chính của nó là "Remap the keys of your gamepad on the browser. It works in many cloud gamining services.".

Ả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 CloudGamepad

Tải xuống các tệp mở rộng CloudGamepad 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

                        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.                    

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

Tên CloudGamepad CloudGamepad
ID jjkloeoacnmjeojgohgpjbnljanejblp
URL Chính Thức https://chromewebstore.google.com/detail/cloudgamepad/jjkloeoacnmjeojgohgpjbnljanejblp
Mô tả Remap the keys of your gamepad on the browser. It works in many cloud gamining services.
Kích Thước Tệp 35.08 KB
Số Lần Cài Đặt 899
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-09-16
Ngày Phát Hành 2023-03-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ramos.dev.contact
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lucasR23/CloudGamepad
URL Trang Trợ Giúp https://github.com/lucasR23/CloudGamepad
Ngôn Ngữ Được Hỗ Trợ 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
}