Udemy™ Faster Autoplay

Removes the 3-second delay before autoplaying the next video.

O que é Udemy™ Faster Autoplay?

Udemy™ Faster Autoplay é uma extensão do Chrome desenvolvida por elliotwaite, e sua principal característica é "Removes the 3-second delay before autoplaying the next video.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Udemy™ Faster Autoplay

Baixe arquivos de extensão Udemy™ Faster Autoplay 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

                        If you enable autoplay while watching a Udemy playlist, once a video ends, you
are usually advanced to the next video after a 3-second delay. This extension
removes that 3-second delay so that you are always advanced to the next video
immediately.

This extension is open source on GitHub. If you find any bugs or have any suggestions, please open an issue here: https://github.com/elliotwaite/udemy-faster-autoplay

Thanks. Enjoy!

Udemy™ is a trademark of Udemy, Inc. Use of this trademark is subject to Udemy Permissions.                    

Informações Básicas da Extensão

Nome Udemy™ Faster Autoplay Udemy™ Faster Autoplay
ID fepcpdjalebcocminbnogcgfbphllkeh
URL Oficial https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh
Descrição Removes the 3-second delay before autoplaying the next video.
Tamanho do Arquivo 37.23 KB
Contagem de Instalações 645
Versão Atual 0.2
Última Atualização 2021-12-01
Data de Publicação 2021-09-27
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor elliotwaite
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/elliotwaite/udemy-faster-autoplay
URL da Página de Ajuda https://github.com/elliotwaite/udemy-faster-autoplay
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udemy\u2122 Faster Autoplay",
    "version": "0.2",
    "description": "Removes the 3-second delay before autoplaying the next video.",
    "author": "Elliot Waite",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}