WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HBO Max Episode Selector: HBO episode list.

HBO Max Episode Selector: HBO episode list.

View on Chrome Web Store
View HBO Max Episode Selector: HBO episode list. Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 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 adds an episode list button to select the episode while watching HBOMax series.
Type
Extension
Users
386 users
1
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on April 18, 2022
Version 1.2.24
Manifest version
3
Updated
Updated on June 4, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View HBO Max Episode Selector: HBO episode list. 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.2.24",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.max.com\/*",
        "*:\/\/*.hbomax.com\/*"
    ],
    "action": {
        "default_icon": "48x48_HBO.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_scripts": [
        {
            "js": [
                "contentHBO.js",
                "hbomax.min.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "contentMax.js",
                "max.min.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "16x16_HBO.png",
        "48": "48x48_HBO.png",
        "128": "128x128_HBO.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "play_default.png"
            ],
            "matches": [
                "*:\/\/*.max.com\/*",
                "*:\/\/*.hbomax.com\/*"
            ]
        }
    ],
    "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