Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
Cos'è Enable Chapters for Youtube?
Enable Chapters for Youtube è un'estensione di Chrome sviluppata da Robin van Nunen, e la sua funzione principale è "This will enable the Chapters feature for Youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enable Chapters for Youtube
Scarica i file di estensione Enable Chapters 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
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
Informazioni di Base sull'Estensione
Nome | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
URL Ufficiale | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Descrizione | This will enable the Chapters feature for Youtube. |
Dimensione del File | 18.49 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-06-22 |
Data di Pubblicazione | 2020-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Robin van Nunen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |