YouTube Chat Overlay

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

Cos'è YouTube Chat Overlay?

YouTube Chat Overlay è un'estensione di Chrome sviluppata da pi92, e la sua funzione principale è "YouTubeのチャットメッセージを映像の上にも被せて表示します".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Chat Overlay

Scarica i file di estensione YouTube Chat Overlay 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

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

Informazioni di Base sull'Estensione

Nome YouTube Chat Overlay YouTube Chat Overlay
ID amjnhlafemdodfphfcohacnbkifndeka
URL Ufficiale https://chromewebstore.google.com/detail/youtube-chat-overlay/amjnhlafemdodfphfcohacnbkifndeka
Descrizione YouTubeのチャットメッセージを映像の上にも被せて表示します
Dimensione del File 1.39 MB
Conteggio Installazioni 145
Versione Corrente 1.0.16
Ultimo Aggiornamento 2024-03-06
Data di Pubblicazione 2021-05-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore pi92
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}