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
官方網址 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
}