Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

O que é Hololive Chat Capturer?

Hololive Chat Capturer é uma extensão do Chrome desenvolvida por OT, e sua principal característica é "Capture the translation on Hololive's Livestream chat.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hololive Chat Capturer

Baixe arquivos de extensão Hololive Chat Capturer 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

                        Thank you, Translators. 💖                    

Informações Básicas da Extensão

Nome Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
URL Oficial https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
Descrição Capture the translation on Hololive's Livestream chat.
Tamanho do Arquivo 50.66 KB
Contagem de Instalações 325
Versão Atual 2.4.3
Última Atualização 2023-05-12
Data de Publicação 2020-09-09
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor OT
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hololive-chat-capturer.github.io
URL da Página de Ajuda https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "nyanyadesu",
    "name": "Hololive Chat Capturer",
    "description": "Capture the translation on Hololive's Livestream chat.",
    "homepage_url": "https:\/\/hololive-chat-capturer.github.io",
    "version": "2.4.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/responsive.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background_script.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon-19x19.png",
            "38": "img\/icon-38x38.png"
        },
        "default_title": "Hololive Chat Capturer",
        "default_popup": "action\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png",
        "256": "img\/icon-256x256.png"
    }
}