U Comment for Youtube™
Watch youtube vides and see comments occur as you watch
Apa itu U Comment for Youtube™?
U Comment for Youtube™ adalah ekstensi Chrome yang dikembangkan oleh gornall.jason, dan fitur utamanya adalah "Watch youtube vides and see comments occur as you watch".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi U Comment for Youtube™
Unduh file ekstensi U Comment for Youtube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
| Nama | |
| ID | jkflkkodhkllkfpgocafmggflhhpleal |
| URL Resmi | https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal |
| Deskripsi | Watch youtube vides and see comments occur as you watch |
| Ukuran File | 43.7 KB |
| Jumlah Instalasi | 161 |
| Versi Saat Ini | 1.3.0 |
| Terakhir Diperbarui | 2015-09-21 |
| Tanggal Publikasi | 2015-09-21 |
| Penilaian | 2.92/5 Total 13 Penilaian |
| Pengembang | gornall.jason |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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'"
} | |