Hide Mouse for HBO Max
Hide the mouse while viewing a HBO Max video
Co to jest Hide Mouse for HBO Max?
Hide Mouse for HBO Max to rozszerzenie Chrome opracowane przez Nate Diven, a jego główną funkcją jest „Hide the mouse while viewing a HBO Max video”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Mouse for HBO Max
Pobierz pliki rozszerzeń Hide Mouse for HBO Max 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 HBO as much as I do? This extension will hide the mouse on the HBO web player! Don't worry, the mouse reappears when you move it again. You can view the source code by visiting the homepage url. If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610
Podstawowe informacje o rozszerzeniu
Nazwa | Hide Mouse for HBO Max |
ID | pefflogkpddilbgoncloeococobiapkf |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf |
Opis | Hide the mouse while viewing a HBO Max video |
Rozmiar pliku | 17.34 KB |
Liczba instalacji | 1,738 |
Aktualna Wersja | 0.2.2 |
Ostatnia Aktualizacja | 2021-12-14 |
Data Publikacji | 2021-07-11 |
Ocena | 4.79/5 Łącznie 14 Oceny |
Deweloper | Nate Diven |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max |
Obsługiwane Języki | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "Hide Mouse for HBO Max", "version": "0.2.2", "description": "Hide the mouse while viewing a HBO Max video", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/*.hbomax.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "images\/icon.png" } } |