YouTube Chat Overlay

YouTubeのチャットメッセージを映像の上にも被せて表示します

O que é YouTube Chat Overlay?

YouTube Chat Overlay é uma extensão do Chrome desenvolvida por pi92, e sua principal característica é "YouTubeのチャットメッセージを映像の上にも被せて表示します".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Chat Overlay

Baixe arquivos de extensão YouTube Chat Overlay 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

                        YouTubeのチャットメッセージを映像の上にも被せて表示します                    

Informações Básicas da Extensão

Nome YouTube Chat Overlay YouTube Chat Overlay
ID amjnhlafemdodfphfcohacnbkifndeka
URL Oficial https://chromewebstore.google.com/detail/youtube-chat-overlay/amjnhlafemdodfphfcohacnbkifndeka
Descrição YouTubeのチャットメッセージを映像の上にも被せて表示します
Tamanho do Arquivo 1.39 MB
Contagem de Instalações 145
Versão Atual 1.0.16
Última Atualização 2024-03-06
Data de Publicação 2021-05-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor pi92
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "manifest_version": 3,
    "name": "YouTube Chat Overlay",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "vendor.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}