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