Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
Was ist Enable Chapters for Youtube?
Enable Chapters for Youtube ist eine Chrome-Erweiterung, die von Robin van Nunen entwickelt wurde, und ihr Hauptmerkmal ist "This will enable the Chapters feature for Youtube.".
Erweiterungsscreenshots
Enable Chapters for Youtube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enable Chapters for Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Offizielle URL | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Beschreibung | This will enable the Chapters feature for Youtube. |
Dateigröße | 18.49 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-06-22 |
Veröffentlichungsdatum | 2020-06-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Robin van Nunen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |