Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Co to jest Hide Mouse for Hulu?
Hide Mouse for Hulu to rozszerzenie Chrome opracowane przez Nate Diven, a jego główną funkcją jest „Hide the mouse while viewing a Hulu video”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Mouse for Hulu
Pobierz pliki rozszerzeń Hide Mouse for Hulu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Hide Mouse for Hulu |
ID | ghkgcbmfkhhianaenbebiamapecmgkjk |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk |
Opis | Hide the mouse while viewing a Hulu video |
Rozmiar pliku | 7.01 KB |
Liczba instalacji | 2,044 |
Aktualna Wersja | 0.2.5 |
Ostatnia Aktualizacja | 2022-01-20 |
Data Publikacji | 2021-05-23 |
Ocena | 4.83/5 Łącznie 23 Oceny |
Deweloper | Nate Diven |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4 |
Obsługiwane Języki | 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" } } |