BetterYTL - Improve live chat

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

Co je BetterYTL - Improve live chat?

BetterYTL - Improve live chat je rozšíření Chrome vyvinuté datagutt, a jeho hlavní funkcí je „BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BetterYTL - Improve live chat

Stáhněte si soubory rozšíření BetterYTL - Improve live chat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název BetterYTL - Improve live chat BetterYTL - Improve live chat
ID mojicchbgklbbnglambcmeggjnlogggg
Oficiální URL https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg
Popis BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
Velikost souboru 17.69 KB
Počet instalací 49
Aktuální Verze 1.1.1
Poslední Aktualizace 2021-06-28
Datum Vydání 2021-06-28
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář datagutt
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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?*"
    ]
}