U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
What is U Comment for Youtube™?
U Comment for Youtube™ is a Chrome extension developed by gornall.jason, and its main feature is "Watch youtube vides and see comments occur as you watch".
Extension Screenshots
Download U Comment for Youtube™ Extension CRX File
Download U Comment for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jkflkkodhkllkfpgocafmggflhhpleal |
Official URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
Description | Watch youtube vides and see comments occur as you watch |
File Size | 43.7 KB |
Installation Count | 161 |
Current Version | 1.3.0 |
Last Updated | 2015-09-21 |
Publish Date | 2015-09-21 |
Rating | 2.92/5 Total 13 Ratings |
Developer | gornall.jason |
Payment Type | free |
Supported Languages | 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'" } |