DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

Was ist DS5Chrome?

DS5Chrome ist eine Chrome-Erweiterung, die von Thayallan Srinathan entwickelt wurde, und ihr Hauptmerkmal ist "DS5Chrome lets you use your DualSense Controller in Chrome.".

Erweiterungsscreenshots

screenshot

DS5Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie DS5Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The DualSense Controller for the PS5 does not work out of the box with Chrome. There are issues where the controller is incorrectly mapped and makes it impossible for Chrome to understand what the controller is doing. This extension allows you to just plug in your DS5 controller and not have to worry about any weird bugs.                    

Grundlegende Informationen zur Erweiterung

Name DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
Offizielle URL https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
Beschreibung DS5Chrome lets you use your DualSense Controller in Chrome.
Dateigröße 16.46 KB
Installationsanzahl 698
Aktuelle Version 0.0.1
Letztes Update 2020-12-11
Veröffentlichungsdatum 2020-12-11
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler Thayallan Srinathan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DS5Chrome",
    "version": "0.0.1",
    "description": "DS5Chrome lets you use your DualSense Controller in Chrome.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ds5.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}