U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
Wat is U Comment for Youtube™?
U Comment for Youtube™ is een Chrome-extensie ontwikkeld door gornall.jason, en de belangrijkste functie is "Watch youtube vides and see comments occur as you watch".
Extensie Screenshots
Download het CRX-bestand van de extensie U Comment for Youtube™
Download U Comment for Youtube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | jkflkkodhkllkfpgocafmggflhhpleal |
| Officiële URL | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
| Beschrijving | Watch youtube vides and see comments occur as you watch |
| Bestandsgrootte | 43.7 KB |
| Aantal Installaties | 161 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2015-09-21 |
| Publicatiedatum | 2015-09-21 |
| Beoordeling | 2.92/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | gornall.jason |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |