Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

What is Hide Mouse for HBO Max?

Hide Mouse for HBO Max is a Chrome extension developed by Nate Diven, and its main feature is "Hide the mouse while viewing a HBO Max video".

Extension Screenshots

screenshot

Download Hide Mouse for HBO Max Extension CRX File

Download Hide Mouse for HBO Max extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        No more annoying mouse cursor!

Do you hate looking at your mouse cursor while watching HBO as much as I do? This extension will hide the mouse on the HBO web player! Don't worry, the mouse reappears when you move it again. 

You can view the source code by visiting the homepage url.

If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610                    

Extension Basic Information

Name Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
Official URL https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
Description Hide the mouse while viewing a HBO Max video
File Size 17.34 KB
Installation Count 1,738
Current Version 0.2.2
Last Updated 2021-12-14
Publish Date 2021-07-11
Rating 4.79/5 Total 14 Ratings
Developer Nate Diven
Email [email protected]
Payment Type free
Extension Website https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
Supported Languages en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for HBO Max",
    "version": "0.2.2",
    "description": "Hide the mouse while viewing a HBO Max video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}