White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

Что такое White Youtube Theater?

White Youtube Theater - это расширение Chrome, разработанное Matty, и его основная функция - "Simply turns the ugly black theater background on youtube videos into a white one.".

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

screenshot

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

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

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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

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

Название White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Официальный URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Описание Simply turns the ugly black theater background on youtube videos into a white one.
Размер файла 11.65 KB
Количество установок 29
Текущая Версия 0.0.2
Последнее Обновление 2017-08-12
Дата публикации 2017-08-11
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Matty
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}