BetterYTV

Enhances YouTube with new features and emotes

Wat is BetterYTV?

BetterYTV is een Chrome-extensie ontwikkeld door whalemandev, en de belangrijkste functie is "Enhances YouTube with new features and emotes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BetterYTV

Download BetterYTV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch)

Adds new emotes to live chat

All global FFZ+BTTV emotes currently supported.  To enable channel emotes link Twitch acct in channel/about links named "Twitch"

Plan on adding more features

Feel free to contribute here https://github.com/acarlson99/BYTV

WARNING:

YouTube does not take kindly to chat spam.  You will get instantly banned without warning if you treat YT chat like Twitch chat                    

Basisinformatie over de Extensie

Naam BetterYTV BetterYTV
ID ccbedefbekbkpolpkhgilcglabjlicpo
Officiële URL https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo
Beschrijving Enhances YouTube with new features and emotes
Bestandsgrootte 91.95 KB
Aantal Installaties 20
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-10-04
Publicatiedatum 2021-04-18
Ontwikkelaar whalemandev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/acarlson99/BYTV
Help Pagina-URL https://github.com/acarlson99/BYTV
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterYTV",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "Enhances YouTube with new features and emotes",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "host_permissions": [
        "https:\/\/api.twitch.tv\/kraken\/users",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "192": "icon.png"
    }
}