DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

What is DS5Chrome?

DS5Chrome is a Chrome extension developed by Thayallan Srinathan, and its main feature is "DS5Chrome lets you use your DualSense Controller in Chrome.".

Extension Screenshots

screenshot

Download DS5Chrome Extension CRX File

Download DS5Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
Official URL https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
Description DS5Chrome lets you use your DualSense Controller in Chrome.
File Size 16.46 KB
Installation Count 698
Current Version 0.0.1
Last Updated 2020-12-11
Publish Date 2020-12-11
Rating 3.50/5 Total 8 Ratings
Developer Thayallan Srinathan
Email [email protected]
Payment Type free
Supported Languages 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
}