Hide Mouse for HBO Max
Hide the mouse while viewing a HBO Max video
Cos'è Hide Mouse for HBO Max?
Hide Mouse for HBO Max è un'estensione di Chrome sviluppata da Nate Diven, e la sua funzione principale è "Hide the mouse while viewing a HBO Max video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Mouse for HBO Max
Scarica i file di estensione Hide Mouse for HBO Max in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Hide Mouse for HBO Max |
ID | pefflogkpddilbgoncloeococobiapkf |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf |
Descrizione | Hide the mouse while viewing a HBO Max video |
Dimensione del File | 17.34 KB |
Conteggio Installazioni | 1,738 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2021-12-14 |
Data di Pubblicazione | 2021-07-11 |
Valutazione | 4.79/5 Totale 14 Valutazioni |
Sviluppatore | Nate Diven |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max |
Lingue Supportate | 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" } } |