BetterYTL - Improve live chat

BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…

Hvad er BetterYTL - Improve live chat?

BetterYTL - Improve live chat er en Chrome-udvidelse udviklet af datagutt, og dens hovedfunktion er "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…".

Udvidelsesskærmbilleder

screenshot

Download BetterYTL - Improve live chat-udvidelses-CRX-fil

Download BetterYTL - Improve live chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn BetterYTL - Improve live chat BetterYTL - Improve live chat
ID mojicchbgklbbnglambcmeggjnlogggg
Officiel URL https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg
Beskrivelse BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
Filstørrelse 17.69 KB
Antal Installationer 49
Nuværende Version 1.1.1
Senest Opdateret 2021-06-28
Udgivelsesdato 2021-06-28
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler datagutt
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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?*"
    ]
}