Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Hvad er Hide Mouse for Hulu?
Hide Mouse for Hulu er en Chrome-udvidelse udviklet af Nate Diven, og dens hovedfunktion er "Hide the mouse while viewing a Hulu video".
Udvidelsesskærmbilleder
Download Hide Mouse for Hulu-udvidelses-CRX-fil
Download Hide Mouse for Hulu-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 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ghkgcbmfkhhianaenbebiamapecmgkjk |
| Officiel URL | https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk |
| Beskrivelse | Hide the mouse while viewing a Hulu video |
| Filstørrelse | 7.01 KB |
| Antal Installationer | 2,044 |
| Nuværende Version | 0.2.5 |
| Senest Opdateret | 2022-01-20 |
| Udgivelsesdato | 2021-05-23 |
| Bedømmelse | 4.83/5 Samlet 23 Bedømmelser |
| Udvikler | Nate Diven |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4 |
| Understøttede Sprog | 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"
}
} | |