HTML5 Gamepad Detector

This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.

Apa itu HTML5 Gamepad Detector?

HTML5 Gamepad Detector adalah ekstensi Chrome yang dikembangkan oleh https://hkgoldenmra.blogspot.com, dan fitur utamanya adalah "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HTML5 Gamepad Detector

Unduh file ekstensi HTML5 Gamepad Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.                    

Informasi Dasar Ekstensi

Nama HTML5 Gamepad Detector HTML5 Gamepad Detector
ID kfenghlfdhpjbnmdmbhnhhojdcofilcd
URL Resmi https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd
Deskripsi This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
Ukuran File 215 KB
Jumlah Instalasi 663
Versi Saat Ini 0.0.23
Terakhir Diperbarui 2020-02-20
Tanggal Publikasi 2020-02-20
Penilaian 2.33/5 Total 3 Penilaian
Pengembang https://hkgoldenmra.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/
URL Halaman Bantuan https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Gamepad Detector",
    "version": "0.0.23",
    "description": "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.",
    "homepage_url": "https:\/\/bitbucket.org\/hkgoldenmra\/hkgoldenmra.bitbucket.io\/src\/master\/html5-gamepad-detector\/",
    "minimum_chrome_version": "35.0.0",
    "icons": {
        "128": "logo\/128.png"
    },
    "browser_action": {
        "default_icon": "logo\/128.png",
        "default_title": "Open HTML5 Gamepad Detector"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}