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文件
下载BetterYTL - Improve live chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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?*" ] } |