YouTube next chapter button

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

O que é YouTube next chapter button?

YouTube next chapter button é uma extensão do Chrome desenvolvida por Alex Kozack, e sua principal característica é "Adds a button to the YouTube player to fast-forward to the next section of the video".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube next chapter button

Baixe arquivos de extensão YouTube next chapter button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
URL Oficial https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
Descrição Adds a button to the YouTube player to fast-forward to the next section of the video
Tamanho do Arquivo 21.94 KB
Contagem de Instalações 54
Versão Atual 2.0.2
Última Atualização 2023-10-23
Data de Publicação 2023-07-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Alex Kozack
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.buymeacoffee.com/kozack
URL da Página de Ajuda https://github.com/cawa-93/youtube-forward-timeline/
Idiomas Suportados 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"
            ]
        }
    ]
}