Youtube Subtitle Navigation
To help to navigate the video via subtitles
Apa itu Youtube Subtitle Navigation?
Youtube Subtitle Navigation adalah ekstensi Chrome yang dikembangkan oleh 915522927, dan fitur utamanya adalah "To help to navigate the video via subtitles".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Subtitle Navigation
Unduh file ekstensi Youtube Subtitle Navigation 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
To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video
Informasi Dasar Ekstensi
Nama | Youtube Subtitle Navigation |
ID | mnmncjbohjbmlcjfledohhdbjgmpdgmp |
URL Resmi | https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp |
Deskripsi | To help to navigate the video via subtitles |
Ukuran File | 950 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2022-06-14 |
Tanggal Publikasi | 2022-06-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | 915522927 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/qq915522927/youtube-subtiltle-scroller-plugin |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Subtitle Navigation", "version": "0.0.0.2", "description": "To help to navigate the video via subtitles", "icons": { "32": "icons\/logo32.png", "128": "icons\/logo128.png", "512": "icons\/logo512.png" }, "permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ ".\/foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "bootstrap-icons.woff", "bootstrap-icons.woff2" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |