YouTube Chat Overlay

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

YouTube Chat Overlayとは何ですか?

YouTube Chat Overlayはpi92によって開発されたChromeの拡張機能で、その主な機能は「YouTubeのチャットメッセージを映像の上にも被せて表示します」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YouTube Chat Overlay拡張機能のCRXファイルをダウンロード

YouTube Chat Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 YouTube Chat Overlay YouTube Chat Overlay
ID amjnhlafemdodfphfcohacnbkifndeka
公式URL https://chromewebstore.google.com/detail/youtube-chat-overlay/amjnhlafemdodfphfcohacnbkifndeka
説明 YouTubeのチャットメッセージを映像の上にも被せて表示します
ファイルサイズ 1.39 MB
インストール数 145
現在のバージョン 1.0.16
最終更新日 2024-03-06
公開日 2021-05-03
評価 5.00/5 合計 4 レビュー
開発者 pi92
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}