Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Was ist Hide Mouse for Hulu?
Hide Mouse for Hulu ist eine Chrome-Erweiterung, die von Nate Diven entwickelt wurde, und ihr Hauptmerkmal ist "Hide the mouse while viewing a Hulu video".
Erweiterungsscreenshots
Hide Mouse for Hulu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Mouse for Hulu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hide Mouse for Hulu |
ID | ghkgcbmfkhhianaenbebiamapecmgkjk |
Offizielle URL | https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk |
Beschreibung | Hide the mouse while viewing a Hulu video |
Dateigröße | 7.01 KB |
Installationsanzahl | 2,044 |
Aktuelle Version | 0.2.5 |
Letztes Update | 2022-01-20 |
Veröffentlichungsdatum | 2021-05-23 |
Bewertung | 4.83/5 Insgesamt 23 Bewertungen |
Entwickler | Nate Diven |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4 |
Unterstützte Sprachen | 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" } } |