Twitch cursor hiding

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

What is Twitch cursor hiding?

Twitch cursor hiding is a Chrome extension developed by Squad Dreams, and its main feature is "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

Extension Screenshots

screenshot
screenshot

Download Twitch cursor hiding Extension CRX File

Download Twitch cursor hiding extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Doesn't work with extension overlays.

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

Extension Basic Information

Name Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
Official URL https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Description Hides the mouse cursor in the Twitch video player in fullscreen mode.
File Size 14.2 KB
Installation Count 154
Current Version 2.3.2
Last Updated 2020-08-01
Publish Date 2020-05-09
Rating 3.17/5 Total 6 Ratings
Developer Squad Dreams
Email [email protected]
Payment Type free
Privacy Policy Page URL https://squaddreamsgames.000webhostapp.com/privacy.html
Supported Languages 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"
    }
}