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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}