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…”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 BetterYTL - Improve live chat BetterYTL - Improve live chat
ID mojicchbgklbbnglambcmeggjnlogggg
官方網址 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?*"
    ]
}