WebExtension.net
Toggle dark mode
WebExtension.net

Mouse Off for HBO Max: hide cursor

View on Chrome Web Store
View Mouse Off for HBO Max: hide cursor Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (6 ratings)
0 views
This extension has been viewed 0 times

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

Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.
Type
Extension
Users
370 users
6
Browser Extensions
View author page of Browser Extensions
Published
Published on December 13, 2021
Version 0.3.21
Manifest version
3
Updated
Updated on February 20, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Mouse Off for HBO Max: hide cursor 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",
    "content_scripts": [
        {
            "js": [
                "content.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "css": [
                "injectedCss.css"
            ]
        },
        {
            "js": [
                "contentMax.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ],
            "css": [
                "injectedCss.css"
            ]
        }
    ],
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "0.3.21",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": ".\/icons\/icon48.png"
    },
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "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