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
Eメール [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
}