BetterYTV

Enhances YouTube with new features and emotes

Что такое BetterYTV?

BetterYTV - это расширение Chrome, разработанное whalemandev, и его основная функция - "Enhances YouTube with new features and emotes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BetterYTV

Скачайте файлы расширений BetterYTV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название BetterYTV BetterYTV
ID ccbedefbekbkpolpkhgilcglabjlicpo
Официальный URL https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo
Описание Enhances YouTube with new features and emotes
Размер файла 91.95 KB
Количество установок 20
Текущая Версия 1.0.3
Последнее Обновление 2022-10-04
Дата публикации 2021-04-18
Разработчик whalemandev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/acarlson99/BYTV
URL страницы помощи https://github.com/acarlson99/BYTV
Поддерживаемые языки 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"
    }
}