YouTube next chapter button

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

Qu'est-ce que YouTube next chapter button ?

YouTube next chapter button est une extension Chrome développée par Alex Kozack, et sa fonction principale est "Adds a button to the YouTube player to fast-forward to the next section of the video".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube next chapter button

Téléchargez les fichiers d'extension YouTube next chapter button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
URL Officiel https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
Description Adds a button to the YouTube player to fast-forward to the next section of the video
Taille du Fichier 21.94 KB
Nombre d'Installations 54
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-10-23
Date de Publication 2023-07-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur Alex Kozack
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.buymeacoffee.com/kozack
URL de la Page d'Aide https://github.com/cawa-93/youtube-forward-timeline/
Langues Prises en Charge 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"
            ]
        }
    ]
}