Twitch cursor hiding
Hides the mouse cursor in the Twitch video player in fullscreen mode.
Wat is Twitch cursor hiding?
Twitch cursor hiding is een Chrome-extensie ontwikkeld door Squad Dreams, en de belangrijkste functie is "Hides the mouse cursor in the Twitch video player in fullscreen mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch cursor hiding
Download Twitch cursor hiding-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
Doesn't work with extension overlays. They have fixed it for now, so you don't have to download this extension.
Basisinformatie over de Extensie
Naam | |
ID | ljdlkhfnpfkhlhhkiodhmehegkcamghe |
Officiële URL | https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe |
Beschrijving | Hides the mouse cursor in the Twitch video player in fullscreen mode. |
Bestandsgrootte | 14.2 KB |
Aantal Installaties | 154 |
Huidige Versie | 2.3.2 |
Laatst Bijgewerkt | 2020-08-01 |
Publicatiedatum | 2020-05-09 |
Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Squad Dreams |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://squaddreamsgames.000webhostapp.com/privacy.html |
Ondersteunde Talen | 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" } } |