Enable Chapters for Youtube

This will enable the Chapters feature for Youtube.

Wat is Enable Chapters for Youtube?

Enable Chapters for Youtube is een Chrome-extensie ontwikkeld door Robin van Nunen, en de belangrijkste functie is "This will enable the Chapters feature for Youtube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Enable Chapters for Youtube

Download Enable Chapters for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Enable Chapters for Youtube Enable Chapters for Youtube
ID mmkmlfcfdmdccmddalhcdfappcdhmbgg
Officiële URL https://chrome.google.com/webstore/detail/enable-chapters-for-youtu/mmkmlfcfdmdccmddalhcdfappcdhmbgg
Beschrijving This will enable the Chapters feature for Youtube.
Bestandsgrootte 18.49 KB
Aantal Installaties 33
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-06-22
Publicatiedatum 2020-06-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Robin van Nunen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}