YuleTube

Adds some festive cheer to YouTube comments.

Vad är YuleTube?

YuleTube är en Chrome-tillägg utvecklad av Nation, och dess huvudfunktion är "Adds some festive cheer to YouTube comments.".

Tilläggsskärmbilder

screenshot

Ladda ner YuleTube-förlängningens CRX-fil

Ladda ner YuleTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YuleTube YuleTube
ID ifhnphdhhlifiogodnmlfjedofddfbie
Officiell webbadress https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie
Beskrivning Adds some festive cheer to YouTube comments.
Filstorlek 50.59 KB
Antal Installationer 30
Aktuell Version 1.1
Senast Uppdaterad 2012-12-20
Publiceringsdatum 2012-12-20
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare Nation
Betalningssätt free
Tilläggswebbplats http://www.yuletu.be
Stödda Språk 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": []
}