YuleTube

Adds some festive cheer to YouTube comments.

YuleTube क्या है?

YuleTube Nation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds some festive cheer to YouTube comments."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YuleTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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