BetterYTL - Improve live chat
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
BetterYTL - Improve live chat란 무엇입니까?
BetterYTL - Improve live chat은(는) datagutt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…"입니다.
확장 프로그램 스크린샷
BetterYTL - Improve live chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom emotes. Not affiliated with Youtube or Google i. BTTV support ii. Twitch emotes support iii. Coloured usernames iv. Full-height chat v. Timestamps vi. Click to view channel of chatter
확장 프로그램 기본 정보
이름 | |
ID | mojicchbgklbbnglambcmeggjnlogggg |
공식 URL | https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg |
설명 | BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom… |
파일 크기 | 17.69 KB |
설치 횟수 | 49 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-06-28 |
출시 날짜 | 2021-06-28 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | datagutt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTL - Improve live chat", "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inject.css", "inject.js", "emotes.js", "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/live_chat*", "*:\/\/www.youtube.com\/live_chat_replay*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ], "all_frames": true, "js": [ "content.js" ] }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "all_frames": true, "css": [ "inject.css" ] }, { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "all_frames": true, "js": [ "content.js" ], "css": [ "inject.css" ] } ], "permissions": [ "storage", "*:\/\/www.youtube.com\/live_chat*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ] } |