Live Chat Overlay

Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams

Live Chat Overlayとは何ですか?

Live Chat Overlayはmwftech2021によって開発されたChromeの拡張機能で、その主な機能は「Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to highlight chat messages from YouTube and the Castr.io unified chat messaging windows so they can be displayed as an overlay on your livestream.

The Castr.io unified app currently works with YouTube, Twitch and Facebook*.


* Due to a permissions issue the names are not displayed properly from Facebook. There are settings to replace Anonymous users with a replacement string.                    

拡張機能の基本情報

名前 Live Chat Overlay Live Chat Overlay
ID jpoihkknbjjfhbancpejlbejefpghmnc
公式URL https://chromewebstore.google.com/detail/live-chat-overlay/jpoihkknbjjfhbancpejlbejefpghmnc
説明 Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams
ファイルサイズ 411 KB
インストール数 457
現在のバージョン 0.1.4
最終更新日 2021-03-17
公開日 2021-03-16
開発者 mwftech2021
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/br8kpoint/live-chat-overlay
ヘルプページのURL https://github.com/br8kpoint/live-chat-overlay/issues
プライバシーポリシーページのURL https://mwftech.ca/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Chat Overlay",
    "description": "Restyle the YouTube and Castr.io popout chat so you can overlay it for livestreams",
    "manifest_version": 2,
    "version": "0.1.4",
    "homepage_url": "https:\/\/github.com\/br8kpoint\/Live-Chat-Overlay",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/studio.youtube.com\/*",
        "https:\/\/chat.castr.io\/room*",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "youtube.css",
                "lib\/featherlight\/featherlight.min.css"
            ],
            "js": [
                "jquery.js",
                "youtube.js",
                "lib\/featherlight\/featherlight.min.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/live_chat*",
                "https:\/\/www.youtube.com\/live_chat*",
                "https:\/\/studio.youtube.com\/live_chat*",
                "https:\/\/chat.castr.io\/room*"
            ]
        }
    ],
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "settings\/*",
        "lib\/*"
    ]
}