Hide Mouse for HBO Max
Hide the mouse while viewing a HBO Max video
Wat is Hide Mouse for HBO Max?
Hide Mouse for HBO Max is een Chrome-extensie ontwikkeld door Nate Diven, en de belangrijkste functie is "Hide the mouse while viewing a HBO Max video".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Mouse for HBO Max
Download Hide Mouse for HBO Max-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Hide Mouse for HBO Max |
ID | pefflogkpddilbgoncloeococobiapkf |
Officiële URL | https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf |
Beschrijving | Hide the mouse while viewing a HBO Max video |
Bestandsgrootte | 17.34 KB |
Aantal Installaties | 1,738 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2021-12-14 |
Publicatiedatum | 2021-07-11 |
Beoordeling | 4.79/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Nate Diven |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max |
Ondersteunde Talen | 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" } } |