MaxChat

Wide chat area for YouTube Live

Cos'è MaxChat?

MaxChat è un'estensione di Chrome sviluppata da https://null.style, e la sua funzione principale è "Wide chat area for YouTube Live".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MaxChat

Scarica i file di estensione MaxChat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ◆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.                    

Informazioni di Base sull'Estensione

Nome MaxChat MaxChat
ID hgfdknfjakjkmdhmcndaajebcfhkodll
URL Ufficiale https://chromewebstore.google.com/detail/maxchat/hgfdknfjakjkmdhmcndaajebcfhkodll
Descrizione Wide chat area for YouTube Live
Dimensione del File 51.95 KB
Conteggio Installazioni 6,716
Versione Corrente 2.4.3
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2020-05-20
Valutazione 4.92/5 Totale 37 Valutazioni
Sviluppatore https://null.style
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://null.style
Lingue Supportate 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\/*"
    ]
}