YuleTube

Adds some festive cheer to YouTube comments.

YuleTubeとは何ですか?

YuleTubeはNationによって開発されたChromeの拡張機能で、その主な機能は「Adds some festive cheer to YouTube comments.」です。

拡張機能のスクリーンショット

screenshot

YuleTube拡張機能のCRXファイルをダウンロード

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": []
}