HTML5 Gamepad Detector

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

Wat is HTML5 Gamepad Detector?

HTML5 Gamepad Detector is een Chrome-extensie ontwikkeld door https://hkgoldenmra.blogspot.com, en de belangrijkste functie is "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML5 Gamepad Detector

Download HTML5 Gamepad Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam HTML5 Gamepad Detector HTML5 Gamepad Detector
ID kfenghlfdhpjbnmdmbhnhhojdcofilcd
Officiële URL https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd
Beschrijving This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
Bestandsgrootte 215 KB
Aantal Installaties 663
Huidige Versie 0.0.23
Laatst Bijgewerkt 2020-02-20
Publicatiedatum 2020-02-20
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://hkgoldenmra.blogspot.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/
Help Pagina-URL https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html
Ondersteunde Talen 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"
        ]
    }
}