Enable Chapters for Youtube
This will enable the Chapters feature for Youtube.
What is Enable Chapters for Youtube?
Enable Chapters for Youtube is a Chrome extension developed by Robin van Nunen, and its main feature is "This will enable the Chapters feature for Youtube.".
Extension Screenshots
Download Enable Chapters for Youtube Extension CRX File
Download Enable Chapters for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Official URL | https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg |
Description | This will enable the Chapters feature for Youtube. |
File Size | 18.49 KB |
Installation Count | 33 |
Current Version | 1.0.0 |
Last Updated | 2020-06-22 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Robin van Nunen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |