YouTube next chapter button

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

Cos'è YouTube next chapter button?

YouTube next chapter button è un'estensione di Chrome sviluppata da Alex Kozack, e la sua funzione principale è "Adds a button to the YouTube player to fast-forward to the next section of the video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube next chapter button

Scarica i file di estensione YouTube next chapter button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
URL Ufficiale https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
Descrizione Adds a button to the YouTube player to fast-forward to the next section of the video
Dimensione del File 21.94 KB
Conteggio Installazioni 54
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-10-23
Data di Pubblicazione 2023-07-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Alex Kozack
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.buymeacoffee.com/kozack
URL della Pagina di Aiuto https://github.com/cawa-93/youtube-forward-timeline/
Lingue Supportate 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"
            ]
        }
    ]
}