Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

Что такое Better YouTube Theatre Mode?

Better YouTube Theatre Mode - это расширение Chrome, разработанное SimenMH, и его основная функция - "Improves YouTube's theatre mode by making use of all of the available height".

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

screenshot

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

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

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

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

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

Название Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
Официальный URL https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Описание Improves YouTube's theatre mode by making use of all of the available height
Размер файла 5.31 KB
Количество установок 844
Текущая Версия 1.0.6
Последнее Обновление 2023-11-09
Дата публикации 2022-05-11
Рейтинг 4.53/5 Всего 15 оценок
Разработчик SimenMH
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/SimenMH/better-youtube-theatre-mode
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}