Twitch cursor hiding

Hides the mouse cursor in the Twitch video player in fullscreen mode.

Hvad er Twitch cursor hiding?

Twitch cursor hiding er en Chrome-udvidelse udviklet af Squad Dreams, og dens hovedfunktion er "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Twitch cursor hiding-udvidelses-CRX-fil

Download Twitch cursor hiding-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Doesn't work with extension overlays.

They have fixed it for now, so you don't have to download this extension.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
Officiel URL https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Beskrivelse Hides the mouse cursor in the Twitch video player in fullscreen mode.
Filstørrelse 14.2 KB
Antal Installationer 154
Nuværende Version 2.3.2
Senest Opdateret 2020-08-01
Udgivelsesdato 2020-05-09
Bedømmelse 3.17/5 Samlet 6 Bedømmelser
Udvikler Squad Dreams
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://squaddreamsgames.000webhostapp.com/privacy.html
Understøttede Sprog 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"
    }
}