Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Hvad er Hide Mouse for HBO Max?

Hide Mouse for HBO Max er en Chrome-udvidelse udviklet af Nate Diven, og dens hovedfunktion er "Hide the mouse while viewing a HBO Max video".

Udvidelsesskærmbilleder

screenshot

Download Hide Mouse for HBO Max-udvidelses-CRX-fil

Download Hide Mouse for HBO Max-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
Officiel URL https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
Beskrivelse Hide the mouse while viewing a HBO Max video
Filstørrelse 17.34 KB
Antal Installationer 1,738
Nuværende Version 0.2.2
Senest Opdateret 2021-12-14
Udgivelsesdato 2021-07-11
Bedømmelse 4.79/5 Samlet 14 Bedømmelser
Udvikler Nate Diven
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
Understøttede Sprog 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"
    }
}