BetterYouTubeLive Chat

Better YouTube Live, improve the User Interface and Chat Experience of YouTube Livestreams.

BetterYouTubeLive Chatคืออะไร?

BetterYouTubeLive Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peterdotplus และคุณลักษณะหลักของมันคือ "Better YouTube Live, improve the User Interface and Chat Experience of YouTube Livestreams."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterYouTubeLive Chat

ดาวน์โหลดไฟล์ส่วนขยาย BetterYouTubeLive Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Installing this Chrome Extension improves the Chat Experience for YouTube Livestreams and previous broadcasts with Chat Replay, by slightly changing the sizes and styling of the Chatbox.

Improves the experience by reducing the sizes of certain elements, and it makes the chat easier to read by hiding Profile Pictures and with a contrasting color for the usernames. The header text that is used to switch between "Top Chat" and unfiltered chat is reduced in size, as this is a setting that is barely touched, if at all. The Chat Input Box has reduced in size, and the user's name and Profile Picture are not shown above the Input Box. These changes reduce the sizes of the elements around the Chat Feed, and with some reduced padding the Chat Feed gets a bigger area, a bigger focus, and is easier to read. The Chat Frame is now also visibly attached to the Video Player, and rescales the Frame height bound to the height of the Video Player.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BetterYouTubeLive Chat BetterYouTubeLive Chat
ID jijeldeaeofkifblmhckcebeepeojoae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betteryoutubelive-chat/jijeldeaeofkifblmhckcebeepeojoae
คำอธิบาย Better YouTube Live, improve the User Interface and Chat Experience of YouTube Livestreams.
ขนาดไฟล์ 22.58 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.8.7
อัปเดตครั้งล่าสุด 2020-11-21
วันที่เผยแพร่ 2020-11-20
ผู้พัฒนา peterdotplus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://polymedia.nl/BYTL
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterYouTubeLive Chat",
    "description": "Better YouTube Live, improve the User Interface and Chat Experience of YouTube Livestreams.",
    "version": "0.8.7",
    "icons": {
        "512": "icon.png",
        "256": "icon256.png"
    },
    "homepage_url": "https:\/\/polymedia.nl\/BYTL",
    "manifest_version": 2,
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "256": "icon256.png",
            "512": "icon.png"
        },
        "default_popup": "BYTL.html"
    },
    "content_scripts": [
        {
            "js": [
                "BYTL.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}