Center that Youtube!

This will center your YouTube page

Что такое Center that Youtube!?

Center that Youtube! - это расширение Chrome, разработанное philip.bjorkebro, и его основная функция - "This will center your YouTube page".

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

screenshot

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

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

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

                        This will center your Youtube website.                    

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

Название Center that Youtube! Center that Youtube!
ID fcapbmkcbgmkafafecgbmbjlcmbomkki
Официальный URL https://chrome.google.com/webstore/detail/center-that-youtube/fcapbmkcbgmkafafecgbmbjlcmbomkki
Описание This will center your YouTube page
Размер файла 2.74 KB
Количество установок 88
Текущая Версия 1.0
Последнее Обновление 2012-12-07
Дата публикации 2012-12-07
Рейтинг 3.67/5 Всего 15 оценок
Разработчик philip.bjorkebro
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Center that Youtube!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will center your YouTube page",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}