DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

什么是DS5Chrome?

DS5Chrome是由Thayallan Srinathan开发的Chrome扩展程序,该扩展的主要功能是“DS5Chrome lets you use your DualSense Controller in Chrome.”。

扩展截图

screenshot

下载DS5Chrome扩展crx文件

下载DS5Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DS5Chrome DS5Chrome
ID iapmmomaihcdpgkblagkodelfkijckfn
官方URL https://chromewebstore.google.com/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn
简介 DS5Chrome lets you use your DualSense Controller in Chrome.
文件大小 16.46 KB
安装次数 698
当前版本 0.0.1
更新时间 2020-12-11
上架时间 2020-12-11
评分 3.50/5 共8次评分
开发者 Thayallan Srinathan
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}