DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

Wat is DS5Chrome?

DS5Chrome is een Chrome-extensie ontwikkeld door Thayallan Srinathan, en de belangrijkste functie is "DS5Chrome lets you use your DualSense Controller in Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DS5Chrome

Download DS5Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
Officiële URL https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
Beschrijving DS5Chrome lets you use your DualSense Controller in Chrome.
Bestandsgrootte 16.46 KB
Aantal Installaties 698
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-12-11
Beoordeling 3.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Thayallan Srinathan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}