WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HBO Max Picture in Picture

HBO Max Picture in Picture

View on Chrome Web Store
View HBO Max Picture in Picture Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (19 ratings)
1 new ratings
24 views
This extension has been viewed 24 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 watch HBOMax in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.
Type
Extension
Users
10,000 users
1K
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on March 18, 2022
Version 0.0.31
Manifest version
3
Updated
Updated on June 3, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View HBO Max Picture in Picture 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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.0.31",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "js\/vendor\/jquery-3.4.1.min.js",
                "js\/content.js",
                "js\/hbomax.min.js"
            ],
            "matches": [
                "http:\/\/play.hbomax.com\/*",
                "https:\/\/play.hbomax.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "js\/vendor\/jquery-3.4.1.min.js",
                "js\/content.js",
                "js\/max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ]
}
© 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