GlowTube - YouTube theme changes with video

YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!

Что такое GlowTube - YouTube theme changes with video?

GlowTube - YouTube theme changes with video - это расширение Chrome, разработанное pawel.misiurski, и его основная функция - "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения GlowTube - YouTube theme changes with video

Скачайте файлы расширений GlowTube - YouTube theme changes with video в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        It's like a TV with ambient light behind it but inside YouTube.

After installing watch this video!: https://www.youtube.com/watch?v=z5dfpe_-Lgg                    

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

Название GlowTube - YouTube theme changes with video GlowTube - YouTube theme changes with video
ID kcmakmjeejndmolccmgcnpnkkfghjcje
Официальный URL https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje
Описание YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
Размер файла 32.76 KB
Количество установок 448
Текущая Версия 1.2.3.4
Последнее Обновление 2016-03-12
Дата публикации 2016-03-12
Рейтинг 3.75/5 Всего 16 оценок
Разработчик pawel.misiurski
Тип оплаты free
Официальный сайт расширения https://github.com/dvlp/GlowTube
URL страницы помощи https://github.com/dvlp/GlowTube
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlowTube - YouTube theme changes with video",
    "version": "1.2.3.4",
    "manifest_version": 2,
    "description": "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!",
    "homepage_url": "https:\/\/github.com\/DVLP\/GlowTube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "pages": [
            "src\/bg\/background.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}