Center Youtube

Centers the new Youtube layout.

Что такое Center Youtube?

Center Youtube - это расширение Chrome, разработанное wrasidlo, и его основная функция - "Centers the new Youtube layout.".

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

screenshot

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

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

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

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

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

Название Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
Официальный URL https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
Описание Centers the new Youtube layout.
Размер файла 3.13 KB
Количество установок 473
Текущая Версия 0.9
Последнее Обновление 2014-01-15
Дата публикации 2014-01-15
Рейтинг 3.56/5 Всего 27 оценок
Разработчик wrasidlo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}