Anu Twitch Chat Overlay

Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode

Anu Twitch Chat Overlay란 무엇입니까?

Anu Twitch Chat Overlay은(는) bianciottopablo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Anu Twitch Chat Overlay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show Twitch chat on top of the stream player (live and VOD). Keep up with chat, send messages, automatically claim channel points, and more, without leaving fullscreen mode (or expanding sidebar chat).
Customize position, font, background on a per stream basis and sync and store your preferences across your devices. Twitch dark and light themes supported by default.

Once installed, a Chat Overlay button will be added to the bottom right buttons panel of the Twitch video player which you can click to toggle the chat overlay on/off.
Choose the perfect position, font size, color and that's it!                    

확장 프로그램 기본 정보

이름 Anu Twitch Chat Overlay Anu Twitch Chat Overlay
ID lfifccadmdnjffbbocnfmibmgddndbag
공식 URL https://chromewebstore.google.com/detail/anu-twitch-chat-overlay/lfifccadmdnjffbbocnfmibmgddndbag
설명 Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode
파일 크기 297 KB
설치 횟수 2,910
현재 버전 0.4.10
최근 업데이트 2023-11-05
출시 날짜 2020-05-08
평점 4.49/5 총 70 개의 평점
개발자 bianciottopablo
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/akhanubis/twitch_chat_overlay_issues/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anu Twitch Chat Overlay",
    "version": "0.4.10",
    "version_name": "0.4.10",
    "description": "Show Twitch chat on top of the stream player. Read chat, send messages, claim points, and more, without leaving fullscreen mode",
    "author": "Pablo Bianciotto",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/"
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/dashboard.twitch.tv\/*"
            ],
            "css": [
                "assets\/twitch.css",
                "assets\/index.css",
                "assets\/resizable.css",
                "assets\/modal.css",
                "assets\/settings.css",
                "assets\/about.css",
                "assets\/vod.css"
            ],
            "js": [
                "index.js",
                "vod.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "assets\/pepoG_16x16.png",
        "48": "assets\/pepoG_48x48.png",
        "128": "assets\/pepoG_128x128_96.png"
    }
}