Hide Mouse for HBO Max
Hide the mouse while viewing a HBO Max video
Was ist Hide Mouse for HBO Max?
Hide Mouse for HBO Max ist eine Chrome-Erweiterung, die von Nate Diven entwickelt wurde, und ihr Hauptmerkmal ist "Hide the mouse while viewing a HBO Max video".
Erweiterungsscreenshots
Hide Mouse for HBO Max-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Mouse for HBO Max-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 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
Grundlegende Informationen zur Erweiterung
Name | Hide Mouse for HBO Max |
ID | pefflogkpddilbgoncloeococobiapkf |
Offizielle URL | https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf |
Beschreibung | Hide the mouse while viewing a HBO Max video |
Dateigröße | 17.34 KB |
Installationsanzahl | 1,738 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2021-12-14 |
Veröffentlichungsdatum | 2021-07-11 |
Bewertung | 4.79/5 Insgesamt 14 Bewertungen |
Entwickler | Nate Diven |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max |
Unterstützte Sprachen | 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" } } |