DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

Vad är DS5Chrome?

DS5Chrome är en Chrome-tillägg utvecklad av Thayallan Srinathan, och dess huvudfunktion är "DS5Chrome lets you use your DualSense Controller in Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner DS5Chrome-förlängningens CRX-fil

Ladda ner DS5Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
Officiell webbadress https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
Beskrivning DS5Chrome lets you use your DualSense Controller in Chrome.
Filstorlek 16.46 KB
Antal Installationer 698
Aktuell Version 0.0.1
Senast Uppdaterad 2020-12-11
Publiceringsdatum 2020-12-11
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare Thayallan Srinathan
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}