YuleTube

Adds some festive cheer to YouTube comments.

What is YuleTube?

YuleTube is a Chrome extension developed by Nation, and its main feature is "Adds some festive cheer to YouTube comments.".

Extension Screenshots

screenshot

Download YuleTube Extension CRX File

Download YuleTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YuleTube YuleTube
ID ifhnphdhhlifiogodnmlfjedofddfbie
Official URL https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie
Description Adds some festive cheer to YouTube comments.
File Size 50.59 KB
Installation Count 30
Current Version 1.1
Last Updated 2012-12-20
Publish Date 2012-12-20
Rating 4.43/5 Total 7 Ratings
Developer Nation
Payment Type free
Extension Website http://www.yuletu.be
Supported Languages 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": []
}