Twitch Chat on Youtube

Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…

Twitch Chat on Youtube란 무엇입니까?

Twitch Chat on Youtube은(는) DavidTibian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitch Chat on Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitch Chat on YouTube - that plugin add for you:

• BTTV Emotes on YouTube Chat
• TTV Emotes on YouTube Chat
• Specially modified chat
• TTV Theater mode
• Old PogChamp
• More in future
+stream alert (YT, TTV) [beta]

If you want use, install and try on YouTube stream

Developers:
Kazet (chat, emotes)
BeyondLabs (alerts)                    

확장 프로그램 기본 정보

이름 Twitch Chat on Youtube Twitch Chat on Youtube
ID fkedgglbeenhodhknmpibnbhgfbphggp
공식 URL https://chromewebstore.google.com/detail/twitch-chat-on-youtube/fkedgglbeenhodhknmpibnbhgfbphggp
설명 Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…
파일 크기 772 KB
설치 횟수 1,798
현재 버전 1.5.3
최근 업데이트 2021-10-31
출시 날짜 2021-05-15
평점 4.21/5 총 28 개의 평점
개발자 DavidTibian
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kazet & xanax",
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "assets\/js\/jquery\/jquery-3.4.1.min.js",
                "toy.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "",
    "icons": {
        "128": "assets\/img\/icons\/128.png",
        "16": "assets\/img\/icons\/16.png",
        "48": "assets\/img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Chat on Youtube",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/api.twitchemotes.com\/*",
        "https:\/\/cdn.jsdelivr.net\/*"
    ],
    "version": "1.5.3"
}