Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Apa itu Youtube caption indicator?
Youtube caption indicator adalah ekstensi Chrome yang dikembangkan oleh bperel, dan fitur utamanya adalah "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube caption indicator
Unduh file ekstensi Youtube caption indicator 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
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.
Informasi Dasar Ekstensi
Nama | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
URL Resmi | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
Deskripsi | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
Ukuran File | 38.56 KB |
Jumlah Instalasi | 1,106 |
Versi Saat Ini | 0.3.4 |
Terakhir Diperbarui | 2017-10-08 |
Tanggal Publikasi | 2017-10-08 |
Penilaian | 3.27/5 Total 11 Penilaian |
Pengembang | bperel |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bperel/youtube-caption-indicator |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube caption indicator", "short_name": "Youtube caption indicator", "version": "0.3.4", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "youtube-caption-indicator.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } } |