YT Overlay Disabler

Enable/disable YouTube channel and video overlay at the end of videos.

O que é YT Overlay Disabler?

YT Overlay Disabler é uma extensão do Chrome desenvolvida por jose_rullva, e sua principal característica é "Enable/disable YouTube channel and video overlay at the end of videos.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YT Overlay Disabler

Baixe arquivos de extensão YT Overlay Disabler 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

                        Enable/disable YouTube channel and video overlay at the end of videos.

It is by default enabled every time you refresh the page or load a new video, since it isn't usually necessary to disable it.                    

Informações Básicas da Extensão

Nome YT Overlay Disabler YT Overlay Disabler
ID chllpcnchiklhmenljaikomogckgfhph
URL Oficial https://chromewebstore.google.com/detail/yt-overlay-disabler/chllpcnchiklhmenljaikomogckgfhph
Descrição Enable/disable YouTube channel and video overlay at the end of videos.
Tamanho do Arquivo 18.59 KB
Contagem de Instalações 20
Versão Atual 1.1
Última Atualização 2022-01-09
Data de Publicação 2022-01-04
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor jose_rullva
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Overlay Disabler",
    "description": "Enable\/disable YouTube channel and video overlay at the end of videos.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}