Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Vad är Hide Mouse for HBO Max?

Hide Mouse for HBO Max är en Chrome-tillägg utvecklad av Nate Diven, och dess huvudfunktion är "Hide the mouse while viewing a HBO Max video".

Tilläggsskärmbilder

screenshot

Ladda ner Hide Mouse for HBO Max-förlängningens CRX-fil

Ladda ner Hide Mouse for HBO Max-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
Officiell webbadress https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
Beskrivning Hide the mouse while viewing a HBO Max video
Filstorlek 17.34 KB
Antal Installationer 1,738
Aktuell Version 0.2.2
Senast Uppdaterad 2021-12-14
Publiceringsdatum 2021-07-11
Betyg 4.79/5 Totalt 14 Betyg
Utvecklare Nate Diven
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
Stödda Språk 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"
    }
}