WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Keyboard shortcuts for HBO Max

Keyboard shortcuts for HBO Max

View on Chrome Web Store
View Keyboard shortcuts for HBO Max Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (6 ratings)
22 views
This extension has been viewed 22 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension allows using customizable keyboard shortcuts on HBO Max.
Type
Extension
Users
529 users
2
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on April 9, 2022
Version 1.5.25
Manifest version
3
Updated
Updated on June 3, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Keyboard shortcuts for HBO Max Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.5.25",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "HBOMax128HotKey.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "engine.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "value.js",
                "contentMax.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "HBOMax36HotKey.png",
        "128": "HBOMax128HotKey.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top