WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HBO Max HQ: change video quality

HBO Max HQ: change video quality

View on Chrome Web Store
View HBO Max HQ: change video quality Chrome Extension on Chrome Web Store
Add to bookmarks
3.2 (65 ratings)
1 new ratings
20 views
This extension has been viewed 20 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 to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.
Type
Extension
Users
10,000 users
1K
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on March 30, 2022
Version 1.0.30
Manifest version
3
Updated
Updated on June 4, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View HBO Max HQ: change video quality 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.0.30",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "HBO128hq.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "engine.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "value.js",
                "engine.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "HBO36hq.png",
        "128": "HBO128hq.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