Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
What is Hide Mouse for Hulu?
Hide Mouse for Hulu is a Chrome extension developed by Nate Diven, and its main feature is "Hide the mouse while viewing a Hulu video".
Extension Screenshots
Download Hide Mouse for Hulu Extension CRX File
Download Hide Mouse for Hulu 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 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.
Extension Basic Information
Name | Hide Mouse for Hulu |
ID | ghkgcbmfkhhianaenbebiamapecmgkjk |
Official URL | https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk |
Description | Hide the mouse while viewing a Hulu video |
File Size | 7.01 KB |
Installation Count | 2,044 |
Current Version | 0.2.5 |
Last Updated | 2022-01-20 |
Publish Date | 2021-05-23 |
Rating | 4.83/5 Total 23 Ratings |
Developer | Nate Diven |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4 |
Supported Languages | 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" } } |