YuleTube
Adds some festive cheer to YouTube comments.
Apa itu YuleTube?
YuleTube adalah ekstensi Chrome yang dikembangkan oleh Nation, dan fitur utamanya adalah "Adds some festive cheer to YouTube comments.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YuleTube
Unduh file ekstensi YuleTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Improve your YouTube experience this holiday season by installing our 'YuleTube' browser extension, and turn the troll's comments from naughty into something nice!
Informasi Dasar Ekstensi
Nama | |
ID | ifhnphdhhlifiogodnmlfjedofddfbie |
URL Resmi | https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie |
Deskripsi | Adds some festive cheer to YouTube comments. |
Ukuran File | 50.59 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2012-12-20 |
Tanggal Publikasi | 2012-12-20 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Nation |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.yuletu.be |
Bahasa yang Didukung | 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": [] } |