Chat Overlay for Youtube, Twitch & more

Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!

Chat Overlay for Youtube, Twitch & more란 무엇입니까?

Chat Overlay for Youtube, Twitch & more은(는) Steve Seguin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Chat Overlay for Youtube, Twitch & more 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Display selectable chat messages from YouTube, Twitch, Restream, Glimesh, Instagram, Twitter, Zoom, etc., within your Live Broadcasting Studio software, such as OBS Studio.

No added downloads or sign ups needed. Overlays are customizable and there is no data collection.

Instructions and open-sourced beta-versions are over at https://chat.overlay.ninja 

Feature requests welcomed.  

Free Support offered by Steve over at https://discord.vdo.ninja in the channel #chat-overlay-support                    

확장 프로그램 기본 정보

이름 Chat Overlay for Youtube, Twitch & more Chat Overlay for Youtube, Twitch & more
ID bahhfoidnfogingiolidoidmlkogjlhp
공식 URL https://chromewebstore.google.com/detail/chat-overlay-for-youtube/bahhfoidnfogingiolidoidmlkogjlhp
설명 Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!
파일 크기 565 KB
설치 횟수 2,157
현재 버전 1.2.10
최근 업데이트 2023-01-31
출시 날짜 2021-04-22
평점 5.00/5 총 2 개의 평점
개발자 Steve Seguin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/steveseguin/live-chat-overlay
도움말 페이지 URL https://discord.vdo.ninja
개인정보 보호 정책 페이지 URL https://github.com/steveseguin/live-chat-overlay/blob/main/privacy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat Overlay for Youtube, Twitch & more",
    "description": "Add live chat from Youtube, Twitch, Restream and more to your OBS as a browser overlay. Feature requests accepted!",
    "manifest_version": 2,
    "version": "1.2.10",
    "homepage_url": "http:\/\/chat.overlay.ninja\/",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/*.sli.do\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/studio.youtube.com\/*",
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/glimesh.tv\/*",
        "https:\/\/chat.restream.io\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "https:\/\/trovo.live\/chat\/*",
        "https:\/\/www.twitter.com\/*",
        "https:\/\/www.twitter.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.zoom.us\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.mobcrush.com\/*",
        "https:\/\/www.crowdcast.io\/e\/*",
        "https:\/\/www.polleverywhere.com\/discourses\/*",
        "https:\/\/viz.polleverywhere.com\/discourses\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "youtube.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/live_chat*",
                "https:\/\/www.youtube.com\/live_chat*",
                "https:\/\/studio.youtube.com\/live_chat*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "slido.js"
            ],
            "matches": [
                "https:\/\/*.sli.do\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "twitch.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/popout\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "glimesh.js"
            ],
            "matches": [
                "https:\/\/glimesh.tv\/*\/chat"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "restream.js"
            ],
            "matches": [
                "https:\/\/chat.restream.io\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "trovo.js"
            ],
            "matches": [
                "https:\/\/trovo.live\/chat\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "instagram.js"
            ],
            "matches": [
                "https:\/\/instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "instalive.js"
            ],
            "matches": [
                "https:\/\/instagram.com\/*\/live\/",
                "https:\/\/www.instagram.com\/*\/live\/"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "twitter.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "facebook.js"
            ],
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "mobcrush.js"
            ],
            "matches": [
                "https:\/\/www.mobcrush.com\/*\/chat.slobs"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "crowdcast.js"
            ],
            "matches": [
                "https:\/\/www.crowdcast.io\/e\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "zoom.js"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ]
        },
        {
            "css": [],
            "js": [
                "withyt.js"
            ],
            "matches": [
                "https:\/\/*.withyoutube.com\/*"
            ]
        },
        {
            "css": [
                "main.css"
            ],
            "js": [
                "polleverywhere.js"
            ],
            "matches": [
                "https:\/\/www.polleverywhere.com\/discourses\/*",
                "https:\/\/viz.polleverywhere.com\/discourses\/*"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "settings\/options.html"
    }
}