Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
Apa itu Enable Chapters for Youtube?
Enable Chapters for Youtube adalah ekstensi Chrome yang dikembangkan oleh Robin van Nunen, dan fitur utamanya adalah "This will enable the Chapters feature for Youtube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Enable Chapters for Youtube
Unduh file ekstensi Enable Chapters 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
The extension searches for chapter definitions in the video description or in the comment section and shows them in the video timeline. It works with any video and is very useful for i.e.: music sets and podcasts. Example chapter definition: 00:00 - Intro [02:00] Topic 1 (02:00) Topic 2 Topic 3 - 03:00
Informasi Dasar Ekstensi
Nama | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
URL Resmi | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Deskripsi | This will enable the Chapters feature for Youtube. |
Ukuran File | 18.49 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-06-22 |
Tanggal Publikasi | 2020-06-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Robin van Nunen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enable Chapters for Youtube", "version": "1.0.0", "author": "Robin van Nunen", "description": "This will enable the Chapters feature for Youtube.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "content.js" ] } |