BetterTheatre

With this extension you can enjoy a full size theatre mode on youtube.

Что такое BetterTheatre?

BetterTheatre - это расширение Chrome, разработанное Paolo Basso, и его основная функция - "With this extension you can enjoy a full size theatre mode on youtube.".

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

screenshot
screenshot
screenshot

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

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

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

                        With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.                    

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

Название BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
Официальный URL https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Описание With this extension you can enjoy a full size theatre mode on youtube.
Размер файла 18.82 KB
Количество установок 797
Текущая Версия 1.11.0
Последнее Обновление 2023-09-05
Дата публикации 2018-10-14
Рейтинг 4.55/5 Всего 33 оценок
Разработчик Paolo Basso
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/paolobasso99/BetterTheatre/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterTheatre",
    "description": "With this extension you can enjoy a full size theatre mode on youtube.",
    "version": "1.11.0",
    "author": "Paolo Basso",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/BetterTheatre.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/BT_icon16.png",
        "48": "assets\/BT_icon48.png",
        "128": "assets\/BT_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/BetterTheatre.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}