YuleTube
Adds some festive cheer to YouTube comments.
什麼是YuleTube?
YuleTube是由Nation開發的Chrome擴展程式,該擴展的主要功能是“Adds some festive cheer to YouTube comments.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | ifhnphdhhlifiogodnmlfjedofddfbie |
官方網址 | 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": [] } |