Twitch cursor hiding
Hides the mouse cursor in the Twitch video player in fullscreen mode.
Cos'è Twitch cursor hiding?
Twitch cursor hiding è un'estensione di Chrome sviluppata da Squad Dreams, e la sua funzione principale è "Hides the mouse cursor in the Twitch video player in fullscreen mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch cursor hiding
Scarica i file di estensione Twitch cursor hiding 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
Doesn't work with extension overlays. They have fixed it for now, so you don't have to download this extension.
Informazioni di Base sull'Estensione
Nome | |
ID | ljdlkhfnpfkhlhhkiodhmehegkcamghe |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe |
Descrizione | Hides the mouse cursor in the Twitch video player in fullscreen mode. |
Dimensione del File | 14.2 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2020-08-01 |
Data di Pubblicazione | 2020-05-09 |
Valutazione | 3.17/5 Totale 6 Valutazioni |
Sviluppatore | Squad Dreams |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://squaddreamsgames.000webhostapp.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.2", "manifest_version": 2, "content_scripts": [ { "js": [ "twitch.user.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.", "name": "Twitch cursor hiding", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |