Udemy™ Faster Autoplay
Removes the 3-second delay before autoplaying the next video.
¿Qué es Udemy™ Faster Autoplay?
Udemy™ Faster Autoplay es una extensión de Chrome desarrollada por elliotwaite, y su función principal es "Removes the 3-second delay before autoplaying the next video.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Udemy™ Faster Autoplay
Descarga archivos de extensión Udemy™ Faster Autoplay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Udemy™ Faster Autoplay |
ID | fepcpdjalebcocminbnogcgfbphllkeh |
URL Oficial | https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh |
Descripción | Removes the 3-second delay before autoplaying the next video. |
Tamaño del Archivo | 37.23 KB |
Cantidad de Instalaciones | 645 |
Versión Actual | 0.2 |
Última Actualización | 2021-12-01 |
Fecha de Publicación | 2021-09-27 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | elliotwaite |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/elliotwaite/udemy-faster-autoplay |
URL de la Página de Ayuda | https://github.com/elliotwaite/udemy-faster-autoplay |
Idiomas Soportados | 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" } ] } |