MaxChat

Wide chat area for YouTube Live

O que é MaxChat?

MaxChat é uma extensão do Chrome desenvolvida por https://null.style, e sua principal característica é "Wide chat area for YouTube Live".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MaxChat

Baixe arquivos de extensão MaxChat 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
This extension spread YouTube Live chat area to the bottom of the browser. 
You can also press the refresh button to reload the comments.

◆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 MaxChat MaxChat
ID hgfdknfjakjkmdhmcndaajebcfhkodll
URL Oficial https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll
Descrição Wide chat area for YouTube Live
Tamanho do Arquivo 51.95 KB
Contagem de Instalações 6,716
Versão Atual 2.4.3
Última Atualização 2024-02-28
Data de Publicação 2020-05-20
Classificação 4.92/5 Total de 37 Avaliações
Desenvolvedor https://null.style
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": "MaxChat",
    "version": "2.4.3",
    "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": [
                "refresh.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "mc.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}