Twitch cursor hiding

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

O que é Twitch cursor hiding?

Twitch cursor hiding é uma extensão do Chrome desenvolvida por Squad Dreams, e sua principal característica é "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch cursor hiding

Baixe arquivos de extensão Twitch cursor hiding no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Doesn't work with extension overlays.

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

Informações Básicas da Extensão

Nome Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
URL Oficial https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Descrição Hides the mouse cursor in the Twitch video player in fullscreen mode.
Tamanho do Arquivo 14.2 KB
Contagem de Instalações 154
Versão Atual 2.3.2
Última Atualização 2020-08-01
Data de Publicação 2020-05-09
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor Squad Dreams
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://squaddreamsgames.000webhostapp.com/privacy.html
Idiomas Suportados 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"
    }
}