U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
Hvad er U Comment for Youtube™?
U Comment for Youtube™ er en Chrome-udvidelse udviklet af gornall.jason, og dens hovedfunktion er "Watch youtube vides and see comments occur as you watch".
Udvidelsesskærmbilleder
Download U Comment for Youtube™-udvidelses-CRX-fil
Download U Comment for Youtube™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jkflkkodhkllkfpgocafmggflhhpleal |
Officiel URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
Beskrivelse | Watch youtube vides and see comments occur as you watch |
Filstørrelse | 43.7 KB |
Antal Installationer | 161 |
Nuværende Version | 1.3.0 |
Senest Opdateret | 2015-09-21 |
Udgivelsesdato | 2015-09-21 |
Bedømmelse | 2.92/5 Samlet 13 Bedømmelser |
Udvikler | gornall.jason |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |