Better YouTube Live

Better chat experience and a simpler stream directory on YouTube Live and YouTube Gaming

Co to jest Better YouTube Live?

Better YouTube Live to rozszerzenie Chrome opracowane przez https://betteryoutube.live, a jego główną funkcją jest „Better chat experience and a simpler stream directory on YouTube Live and YouTube Gaming”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Better YouTube Live

Pobierz pliki rozszerzeń Better YouTube Live w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Better YouTube Live is a browser extension, that strives to level up YouTube Live by augmenting it with a better, more customisable chat, a new homepage for followed streams, desktop notifications, and much more.

Better YouTube Live is a browser extension that enhances both YouTube Live and YouTube Gaming with features that enrich the experience of every viewer and chatter.

It does so by allowing the user to customise the most important aspects of YouTube Live, the chat and the streams directory.

Key features of Better YouTube Live are:

1. Customisable chat - You can change the look and the interface of the YouTube Live and YouTube Gaming chat, by tweaking each option to your liking

2. Chat themes - If tweaking each and every option (out of the 50+), is not your cup of tea then you can select one of the pre-defined themes that customise your chat in an instant

3. New homepage for followed streams - Every stream you follow via this extension shows up on the new homepage for livestreams that we create for you. No more do you have to look all over YouTube Live or YouTube Gaming to find your favourite streams.

4. Notifications - As soon as one of you favourited streams goes live, you get a desktop notification that informs you! No more missing emails, or notifications that pop up after 15 minutes!

5. Live status popup - If you pin our extension in the browser toolbar, then with just one click you can check the status of your followed streams, whether they are live or offline. This popup gives you the perfect small window that shows live streams at the top, and offline streams at the bottom, along with the latest streams your streamer had, for such a convenient access to VODs - and all of this while you're not even on YouTube!

6. BTTV global emotes - Currently the chat is capable of rendering global BTTV (Better TTV / Better Twitch TV) emotes, with support for FFZ (FrankerFaceZ) and 7TV coming very soon!

Oh and don't be confused, this extension works for both YouTube Live and YouTube Gaming, so it might as well be called Better YouTube Live and Better YouTube Gaming, but we had to settle for one name.

For more details on where to find us, read on below:

Be sure to check out our website (https://www.betteryoutube.live) for a more streamlined introduction to the Better YouTube Live project.

Also follows us on Twitter (https://twitter.com/BetterYTLive) for updates on upcoming releases and join our Discord (https://discord.com/bjB4qerC3p) if you have any questions, ideas or bugs to report.

This project has an open roadmap and is community driven, so be sure to check out our list of planned and upcoming features (https://trello.com/b/RlKMmGsD/better-youtube-live).

Better Youtube Live team                    

Podstawowe informacje o rozszerzeniu

Nazwa Better YouTube Live Better YouTube Live
ID ffmilnfbhhhmpnoffaldmgcnalcmlnah
Oficjalny URL https://chromewebstore.google.com/detail/better-youtube-live/ffmilnfbhhhmpnoffaldmgcnalcmlnah
Opis Better chat experience and a simpler stream directory on YouTube Live and YouTube Gaming
Rozmiar pliku 761 KB
Liczba instalacji 1,300
Aktualna Wersja 1.0.17
Ostatnia Aktualizacja 2023-03-28
Data Publikacji 2021-11-04
Ocena 3.69/5 Łącznie 26 Oceny
Deweloper https://betteryoutube.live
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.betteryoutube.live
Adres URL Strony Polityki Prywatności https://www.betteryoutube.live/policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better YouTube Live",
    "version": "1.0.17",
    "description": "Better chat experience and a simpler stream directory on YouTube Live and YouTube Gaming",
    "browser_action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "page": ".\/dist\/background\/index.html",
        "persistent": false
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dist\/contentScripts\/style.css",
        "assets\/BYTL-white.svg",
        "assets\/BYTL-full-white.svg"
    ]
}