DS5Chrome

DS5Chrome lets you use your DualSense Controller in Chrome.

DS5Chromeคืออะไร?

DS5Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thayallan Srinathan และคุณลักษณะหลักของมันคือ "DS5Chrome lets you use your DualSense Controller in Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DS5Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
}