YouTube Chat Overlay

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

What is YouTube Chat Overlay?

YouTube Chat Overlay is a Chrome extension developed by pi92, and its main feature is "YouTubeのチャットメッセージを映像の上にも被せて表示します".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Chat Overlay Extension CRX File

Download YouTube Chat Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Chat Overlay YouTube Chat Overlay
ID amjnhlafemdodfphfcohacnbkifndeka
Official URL https://chromewebstore.google.com/detail/youtube-chat-overlay/amjnhlafemdodfphfcohacnbkifndeka
Description YouTubeのチャットメッセージを映像の上にも被せて表示します
File Size 1.39 MB
Installation Count 145
Current Version 1.0.16
Last Updated 2024-03-06
Publish Date 2021-05-03
Rating 5.00/5 Total 4 Ratings
Developer pi92
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}