DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

Cos'è DS5Chrome?

DS5Chrome è un'estensione di Chrome sviluppata da Thayallan Srinathan, e la sua funzione principale è "DS5Chrome lets you use your DualSense Controller in Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DS5Chrome

Scarica i file di estensione DS5Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
URL Ufficiale https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
Descrizione DS5Chrome lets you use your DualSense Controller in Chrome.
Dimensione del File 16.46 KB
Conteggio Installazioni 698
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-12-11
Data di Pubblicazione 2020-12-11
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore Thayallan Srinathan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}