HBOMax Keyboard Control
Control HBOMax video playback with the keyboard, like YouTube
What is HBOMax Keyboard Control?
HBOMax Keyboard Control is a Chrome extension developed by https://jackzhang.me, and its main feature is "Control HBOMax video playback with the keyboard, like YouTube".
Extension Screenshots
Download HBOMax Keyboard Control Extension CRX File
Download HBOMax Keyboard Control 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
Control HBOMax video playback with the keyboard, like YouTube. Support keys: - left, right arrow to go back and forth. - m to mute. - up, down arrow to change volume. - f to toggle full screen.
Extension Basic Information
Name | HBOMax Keyboard Control |
ID | jggjjeenacnfoklccefmpfkkjdocgkod |
Official URL | https://chromewebstore.google.com/detail/hbomax-keyboard-control/jggjjeenacnfoklccefmpfkkjdocgkod |
Description | Control HBOMax video playback with the keyboard, like YouTube |
File Size | 8.51 KB |
Installation Count | 1,150 |
Current Version | 1.0.1 |
Last Updated | 2020-10-01 |
Publish Date | 2020-09-28 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://jackzhang.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jackz314/hbo-control |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HBOMax Keyboard Control", "version": "1.0.1", "description": "Control HBOMax video playback with the keyboard, like YouTube", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/play.hbomax.com\/*" ], "run_at": "document_idle", "js": [ "content.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |