YuleTube

Adds some festive cheer to YouTube comments.

Что такое YuleTube?

YuleTube - это расширение Chrome, разработанное Nation, и его основная функция - "Adds some festive cheer to YouTube comments.".

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

screenshot

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

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

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

                        Improve your YouTube experience this holiday season by installing our 'YuleTube' browser extension, and turn the troll's comments from naughty into something nice!                    

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

Название YuleTube YuleTube
ID ifhnphdhhlifiogodnmlfjedofddfbie
Официальный URL https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie
Описание Adds some festive cheer to YouTube comments.
Размер файла 50.59 KB
Количество установок 30
Текущая Версия 1.1
Последнее Обновление 2012-12-20
Дата публикации 2012-12-20
Рейтинг 4.43/5 Всего 7 оценок
Разработчик Nation
Тип оплаты free
Официальный сайт расширения http://www.yuletu.be
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YuleTube",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Adds some festive cheer to YouTube comments.",
    "icons": {
        "16": "16x16.jpg",
        "48": "48x48.jpg",
        "128": "128x128.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtu.be\/*"
            ],
            "js": [
                "jquery.js",
                "xmas.js"
            ]
        }
    ],
    "permissions": []
}