HBO Max video speed control

Control your video speed within the hbo player

What is HBO Max video speed control?

HBO Max video speed control is a Chrome extension developed by konysko, and its main feature is "Control your video speed within the hbo player".

Extension Screenshots

screenshot
screenshot

Download HBO Max video speed control Extension CRX File

Download HBO Max video speed 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

                        This extension adds possibility to control speed of the video in the hbo max. You can increase speed by 1.25x, 1.5x, 2x, it's also saved when you close and open another video.

Disclaimer:
HBO, HBO Now, and HBO Go are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.                    

Extension Basic Information

Name HBO Max video speed control HBO Max video speed control
ID gidlogiabgkjmplgnaakpnlcngpipnie
Official URL https://chromewebstore.google.com/detail/hbo-max-video-speed-contr/gidlogiabgkjmplgnaakpnlcngpipnie
Description Control your video speed within the hbo player
File Size 6.62 KB
Installation Count 40
Current Version 0.0.1
Last Updated 2022-06-16
Publish Date 2022-06-16
Developer konysko
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBO Max video speed control",
    "description": "Control your video speed within the hbo player",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.hbomax.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "logo.png"
    }
}