BetterYTL - Improve live chat

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

Vad är BetterYTL - Improve live chat?

BetterYTL - Improve live chat är en Chrome-tillägg utvecklad av datagutt, och dess huvudfunktion är "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…".

Tilläggsskärmbilder

screenshot

Ladda ner BetterYTL - Improve live chat-förlängningens CRX-fil

Ladda ner BetterYTL - Improve live chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BetterYTL - Improve live chat BetterYTL - Improve live chat
ID mojicchbgklbbnglambcmeggjnlogggg
Officiell webbadress https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg
Beskrivning BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
Filstorlek 17.69 KB
Antal Installationer 49
Aktuell Version 1.1.1
Senast Uppdaterad 2021-06-28
Publiceringsdatum 2021-06-28
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare datagutt
E-post [email protected]
Betalningssätt free
Stödda Språk 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?*"
    ]
}