Next
Click 'Play Next' automatically on Udacity and Udemy
O que é Next?
Next é uma extensão do Chrome desenvolvida por magahet, e sua principal característica é "Click 'Play Next' automatically on Udacity and Udemy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Next
Baixe arquivos de extensão Next 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
Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay.
Informações Básicas da Extensão
Nome | Next |
ID | ohbainpmaikiicdjgnbpcekhlmdigopi |
URL Oficial | https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi |
Descrição | Click 'Play Next' automatically on Udacity and Udemy |
Tamanho do Arquivo | 7.24 KB |
Contagem de Instalações | 99 |
Versão Atual | 1.4 |
Última Atualização | 2021-01-08 |
Data de Publicação | 2018-05-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | magahet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/magahet/next |
URL da Página de Política de Privacidade | https://www.gmendiola.com/privicy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Next", "version": "1.4", "description": "Click 'Play Next' automatically on Udacity and Udemy", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Next" }, "content_scripts": [ { "matches": [ "https:\/\/classroom.udacity.com\/*", "https:\/\/www.udemy.com\/*" ], "js": [ "next.js" ] } ] } |