Better YouTube

Better Youtube extends the Youtube Gaming Livestream Chat with many different features

Что такое Better YouTube?

Better YouTube - это расширение Chrome, разработанное Julian, и его основная функция - "Better Youtube extends the Youtube Gaming Livestream Chat with many different features".

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

screenshot

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

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

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

                        Features:

- Twitch.tv emotes!
- BTTV & FFZ emotes
- BTTV GIF emotes
- some custom emotes
- Twitch style chat
- Tab auto complete for emotes!
- More features are coming soon!

[BETA]
This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.                    

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

Название Better YouTube Better YouTube
ID nfbnikpgcldgbpmpckhcajakdhfjjghk
Официальный URL https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk
Описание Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Размер файла 38.42 KB
Количество установок 408
Текущая Версия 2.0.0.0
Последнее Обновление 2022-06-27
Дата публикации 2021-09-15
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Julian
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/akaJuliaan/BetterYT
URL страницы помощи https://github.com/akaJuliaan/BetterYT
Поддерживаемые языки id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "2.0.0.0",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/julian.gmbh\/betteryt\/api.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "worker.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/Logo_x16.png",
        "32": "\/images\/Logo_x32.png",
        "48": "\/images\/Logo_x48.png",
        "128": "\/images\/Logo_x128.png"
    },
    "browser_action": {
        "default_popup": "donation.html",
        "default_icon": {
            "16": "\/images\/Logo_x16.png",
            "32": "\/images\/Logo_x32.png",
            "48": "\/images\/Logo_x48.png",
            "128": "\/images\/Logo_x128.png"
        }
    }
}