U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
什么是U Comment for Youtube™?
U Comment for Youtube™是由gornall.jason开发的Chrome扩展程序,该扩展的主要功能是“Watch youtube vides and see comments occur as you watch”。
扩展截图
下载U Comment for Youtube™扩展crx文件
下载U Comment for Youtube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | jkflkkodhkllkfpgocafmggflhhpleal |
官方URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
简介 | Watch youtube vides and see comments occur as you watch |
文件大小 | 43.7 KB |
安装次数 | 161 |
当前版本 | 1.3.0 |
更新时间 | 2015-09-21 |
上架时间 | 2015-09-21 |
评分 | 2.92/5 共13次评分 |
开发者 | gornall.jason |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U Comment for Youtube\u2122", "version": "1.3.0", "manifest_version": 2, "description": "Watch youtube vides and see comments occur as you watch", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "background": { "scripts": [ "jquery.min.js", "ajaxer.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "basic.css", "animate.css" ], "js": [ "jquery.min.js", "teacup.js", "async.min.js", "background.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |