HBO Max/Go Shortcuts
Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials
What is HBO Max/Go Shortcuts?
HBO Max/Go Shortcuts is a Chrome extension developed by AppModilla, and its main feature is "Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials".
Extension Screenshots
Download HBO Max/Go Shortcuts Extension CRX File
Download HBO Max/Go Shortcuts 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
An extension that add's standard shortcuts HBO Go/Max streaming service. Left/Right Arrow: Skips -10/+10 seconds, Up/Down: Increase/Decrease Volume, Space: Pause Video, C: Skip Commercials (60 Secs)
Extension Basic Information
Name | HBO Max/Go Shortcuts |
ID | cgfnijlagkjceiojopgopojbenmecdgn |
Official URL | https://chromewebstore.google.com/detail/hbo-maxgo-shortcuts/cgfnijlagkjceiojopgopojbenmecdgn |
Description | Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials |
File Size | 6.92 KB |
Installation Count | 4,699 |
Current Version | 0.2 |
Last Updated | 2020-08-03 |
Publish Date | 2020-03-07 |
Rating | 4.10/5 Total 30 Ratings |
Developer | AppModilla |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AndroidDev77/HBO-GO-Shortcuts-Extention |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO Max\/Go Shortcuts", "description": "Add's shortcuts to HBO Max\/Go. L\/R Arrow: Skip 10 seconds, Up\/Down: Change Volume, Space: Pause, C: Skip Commercials", "version": "0.2", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/play.hbogo.com\/*", "https:\/\/play.hbomax.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |