Hide Mouse for Hulu

Hide the mouse while viewing a Hulu video

Wat is Hide Mouse for Hulu?

Hide Mouse for Hulu is een Chrome-extensie ontwikkeld door Nate Diven, en de belangrijkste functie is "Hide the mouse while viewing a Hulu video".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Mouse for Hulu

Download Hide Mouse for Hulu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        No more annoying mouse cursor!

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

Thank you all for the positive feedback, I love reading your reviews!

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

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

Basisinformatie over de Extensie

Naam Hide Mouse for Hulu Hide Mouse for Hulu
ID ghkgcbmfkhhianaenbebiamapecmgkjk
Officiële URL https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk
Beschrijving Hide the mouse while viewing a Hulu video
Bestandsgrootte 7.01 KB
Aantal Installaties 2,044
Huidige Versie 0.2.5
Laatst Bijgewerkt 2022-01-20
Publicatiedatum 2021-05-23
Beoordeling 4.83/5 Totaal 23 Beoordelingen
Ontwikkelaar Nate Diven
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4
Ondersteunde Talen en
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for Hulu",
    "version": "0.2.5",
    "description": "Hide the mouse while viewing a Hulu video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Hide Mouse from Hulu",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}