HTML5 Gamepad Detector
This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
What is HTML5 Gamepad Detector?
HTML5 Gamepad Detector is a Chrome extension developed by https://hkgoldenmra.blogspot.com, and its main feature is "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".
Extension Screenshots
Download HTML5 Gamepad Detector Extension CRX File
Download HTML5 Gamepad Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.
Extension Basic Information
Name | HTML5 Gamepad Detector |
ID | kfenghlfdhpjbnmdmbhnhhojdcofilcd |
Official URL | https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd |
Description | This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser. |
File Size | 215 KB |
Installation Count | 663 |
Current Version | 0.0.23 |
Last Updated | 2020-02-20 |
Publish Date | 2020-02-20 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://hkgoldenmra.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/ |
Help Page URL | https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html |
Supported Languages | 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" ] } } |