WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HBO Max SubStyler: Customize subtitles [QVI]

HBO Max SubStyler: Customize subtitles [QVI]

View on Chrome Web Store
View HBO Max SubStyler: Customize subtitles [QVI] Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
27 views
This extension has been viewed 27 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 customize captions and subtitles on HBO Max. Change text size, font, color and add background.
Type
Extension
Users
666 users
23
BestChromeExtensions
View author page of BestChromeExtensions
Published
Published on February 26, 2022
Version 1.0.34
Manifest version
3
Updated
Updated on December 9, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View HBO Max SubStyler: Customize subtitles [QVI] 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",
    "options_page": "options.html",
    "version": "1.0.34",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "SubStyler36HBO.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "fonts.js",
                "engine.js",
                "max.min.js",
                "baner.js"
            ],
            "css": [
                "fonts.css",
                "baner.css"
            ],
            "matches": [
                "*:\/\/*.max.com\/*",
                "*:\/\/*.hbomax.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "SubStyler36HBO.png",
        "128": "SubStyler128HBO.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.max.com\/*",
                "*:\/\/*.hbomax.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 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