U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
Cos'è U Comment for Youtube™?
U Comment for Youtube™ è un'estensione di Chrome sviluppata da gornall.jason, e la sua funzione principale è "Watch youtube vides and see comments occur as you watch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione U Comment for Youtube™
Scarica i file di estensione U Comment for Youtube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | jkflkkodhkllkfpgocafmggflhhpleal |
| URL Ufficiale | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
| Descrizione | Watch youtube vides and see comments occur as you watch |
| Dimensione del File | 43.7 KB |
| Conteggio Installazioni | 161 |
| Versione Corrente | 1.3.0 |
| Ultimo Aggiornamento | 2015-09-21 |
| Data di Pubblicazione | 2015-09-21 |
| Valutazione | 2.92/5 Totale 13 Valutazioni |
| Sviluppatore | gornall.jason |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |