Youtube Chat Ex
Provides additional features to Youtube. It can be used by checking the item you want to add.
Youtube Chat Ex là gì?
Youtube Chat Ex là một tiện ích mở rộng Chrome được phát triển bởi Socha0125, và tính năng chính của nó là "Provides additional features to Youtube. It can be used by checking the item you want to add.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Chat Ex
Tải xuống các tệp mở rộng Youtube Chat Ex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Main features
Bottom pinning of specific comments like streamer and verified user.
Show the Youtube chat in full screen viewing.
Mouse scrolling in Super Chat list.
How to open the settings screen
Click on the button in the upper right corner of the chat field to access the settings.
Update history
1.3.11 (2024-02-11)
fix
Compatible with tablet devices
Chat movement does not work properly when changing page magnification
Minor style corrections
Other minor things
1.3.10 (2024-01-14)
fix
Minor style corrections
1.3.9 (2024-01-14)
fix
Minor style corrections
1.3.8 (2024-01-13)
fix
Adjust design on View chat list in full screen
Corrupted layout
1.3.7 (2023-08-23)
fix
Corrupted layout
1.3.6 (2023-07-08)
fix
Corrupted layout
1.3.5 (2023-04-01)
fix
Corrupted layout
1.3.4 (2023-01-01)
implementation
Pin the chat list to the right side on View chat list in full screen
fix
Some fixed comments were not displayed on Bottom pinning of comments
Adjust text outline on View chat list in full screen
1.3.3 (2022-12-28)
implementation
Text outline on View chat list in full screen
Notify with badge on update
fix
Corrupted layout on Bottom pinning of comments when the number of pinned comments increases
1.3.2 (2022-12-11)
fix
Corrupted layout
Support Super Chat for Bottom pinning of comments
Other minor things
1.3.1 (2022-11-09)
fix
Addition of some parts that were not translated to English
1.3.0 (2022-11-07)
implementation
Bottom pinning of specific comments
View chat list in full screen
Mouse scrolling in Super Chat list Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | abgjhpgebjabcdihdnlmnjkkpaifgalg |
| URL Chính Thức | https://chromewebstore.google.com/detail/youtube-chat-ex/abgjhpgebjabcdihdnlmnjkkpaifgalg |
| Mô tả | Provides additional features to Youtube. It can be used by checking the item you want to add. |
| Kích Thước Tệp | 35.9 KB |
| Số Lần Cài Đặt | 91 |
| Phiên Bản Hiện Tại | 1.3.11 |
| Cập Nhật Lần Cuối | 2024-02-11 |
| Ngày Phát Hành | 2022-11-09 |
| Nhà Phát Triển | Socha0125 |
| [email protected] | |
| Loại Thanh Toán | free |
| Ngôn Ngữ Được Hỗ Trợ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.3.11",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
}
},
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"all_frames": true,
"js": [
"initialize.js",
"CommentPicker\/script.js",
"FullscreenChat\/script.js",
"ChatTickerScroll\/script.js",
"content.js"
],
"css": [
"CommentPicker\/style.css",
"FullscreenChat\/style.css",
"ChatTickerScroll\/style.css"
]
}
],
"permissions": [
"storage"
]
} | |