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 là gì?

BetterYTL - Improve live chat là một tiện ích mở rộng Chrome được phát triển bởi datagutt, và tính năng chính của nó là "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BetterYTL - Improve live chat

Tải xuống các tệp mở rộng BetterYTL - Improve live chat 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BetterYTL - Improve live chat BetterYTL - Improve live chat
ID mojicchbgklbbnglambcmeggjnlogggg
URL Chính Thức https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg
Mô tả BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
Kích Thước Tệp 17.69 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2021-06-28
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển datagutt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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?*"
    ]
}