CloudGamepad

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

CloudGamepad क्या है?

CloudGamepad ramos.dev.contact द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remap the keys of your gamepad on the browser. It works in many cloud gamining services."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CloudGamepad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}