Twitch cursor hiding

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

Co to jest Twitch cursor hiding?

Twitch cursor hiding to rozszerzenie Chrome opracowane przez Squad Dreams, a jego główną funkcją jest „Hides the mouse cursor in the Twitch video player in fullscreen mode.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitch cursor hiding

Pobierz pliki rozszerzeń Twitch cursor hiding w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Doesn't work with extension overlays.

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

Podstawowe informacje o rozszerzeniu

Nazwa Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
Oficjalny URL https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Opis Hides the mouse cursor in the Twitch video player in fullscreen mode.
Rozmiar pliku 14.2 KB
Liczba instalacji 154
Aktualna Wersja 2.3.2
Ostatnia Aktualizacja 2020-08-01
Data Publikacji 2020-05-09
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper Squad Dreams
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://squaddreamsgames.000webhostapp.com/privacy.html
Obsługiwane Języki 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"
    }
}