YouTube next chapter button

Adds a button to the YouTube player to fast-forward to the next section of the video

¿Qué es YouTube next chapter button?

YouTube next chapter button es una extensión de Chrome desarrollada por Alex Kozack, y su función principal es "Adds a button to the YouTube player to fast-forward to the next section of the video".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión YouTube next chapter button

Descarga archivos de extensión YouTube next chapter button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This will work for all videos that have been labeled with chapters.                    

Información Básica de la Extensión

Nombre YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
URL Oficial https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
Descripción Adds a button to the YouTube player to fast-forward to the next section of the video
Tamaño del Archivo 21.94 KB
Cantidad de Instalaciones 54
Versión Actual 2.0.2
Última Actualización 2023-10-23
Fecha de Publicación 2023-07-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Alex Kozack
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.buymeacoffee.com/kozack
URL de la Página de Ayuda https://github.com/cawa-93/youtube-forward-timeline/
Idiomas Soportados en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "version": "2.0.2",
    "description": "__MSG_APP_DESCRIPTION__",
    "author": "Alex Kozack  (https:\/\/t.me\/kozack)",
    "homepage_url": "https:\/\/github.com\/cawa-93\/youtube-forward-timeline",
    "default_locale": "en",
    "icons": {
        "373": "YouTubeRewind.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{40ab1417-ef94-48d7-8726-6abe7d07b123}",
            "strict_min_version": "109.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}