YuleTube
Adds some festive cheer to YouTube comments.
Wat is YuleTube?
YuleTube is een Chrome-extensie ontwikkeld door Nation, en de belangrijkste functie is "Adds some festive cheer to YouTube comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie YuleTube
Download YuleTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Improve your YouTube experience this holiday season by installing our 'YuleTube' browser extension, and turn the troll's comments from naughty into something nice!
Basisinformatie over de Extensie
Naam | |
ID | ifhnphdhhlifiogodnmlfjedofddfbie |
Officiële URL | https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie |
Beschrijving | Adds some festive cheer to YouTube comments. |
Bestandsgrootte | 50.59 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2012-12-20 |
Publicatiedatum | 2012-12-20 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Nation |
Betalingswijze | free |
Extensiewebsite | http://www.yuletu.be |
Ondersteunde Talen | 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": [] } |