Twitch cursor hiding

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

Vad är Twitch cursor hiding?

Twitch cursor hiding är en Chrome-tillägg utvecklad av Squad Dreams, och dess huvudfunktion är "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitch cursor hiding-förlängningens CRX-fil

Ladda ner Twitch cursor hiding-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Doesn't work with extension overlays.

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

Grundläggande Information om Tillägg

Namn Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
Officiell webbadress https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Beskrivning Hides the mouse cursor in the Twitch video player in fullscreen mode.
Filstorlek 14.2 KB
Antal Installationer 154
Aktuell Version 2.3.2
Senast Uppdaterad 2020-08-01
Publiceringsdatum 2020-05-09
Betyg 3.17/5 Totalt 6 Betyg
Utvecklare Squad Dreams
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://squaddreamsgames.000webhostapp.com/privacy.html
Stödda Språk 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"
    }
}