LiveJimaku

Subtitles generator for YouTube Live

O que é LiveJimaku?

LiveJimaku é uma extensão do Chrome desenvolvida por 塗田一帆, e sua principal característica é "Subtitles generator for YouTube Live".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LiveJimaku

Baixe arquivos de extensão LiveJimaku 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

                        ◆features
You can input the user name from YouTube Live chat and 
their comments will be automatically displayed as subtitles.
If you specify the username of a volunteer who translate and comment what the streamer is saying as a real time , you can enjoy the live streams in any language.

◆Usage
(1) Click the icon in the chat field.
(2) Copy and paste the user name you want to specify
(3) Click the icon again to close it.

◆If you find a problem
Please contact me on Twitter (@nulltypo).
I can't respond to reviews.

◆Disclaimer
I'm not responsible for any loss or damage caused by this extension.                    

Informações Básicas da Extensão

Nome LiveJimaku LiveJimaku
ID pggagcnknjflkejaiimenbpdoebfegkm
URL Oficial https://chromewebstore.google.com/detail/livejimaku/pggagcnknjflkejaiimenbpdoebfegkm
Descrição Subtitles generator for YouTube Live
Tamanho do Arquivo 48.28 KB
Contagem de Instalações 1,108
Versão Atual 1.3.1
Última Atualização 2023-08-27
Data de Publicação 2020-10-26
Classificação 4.71/5 Total de 7 Avaliações
Desenvolvedor 塗田一帆
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://null.style
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveJimaku",
    "version": "1.3.1",
    "author": "@nulltypo",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "button.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "lj.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}