Udemy™ Faster Autoplay
Removes the 3-second delay before autoplaying the next video.
Was ist Udemy™ Faster Autoplay?
Udemy™ Faster Autoplay ist eine Chrome-Erweiterung, die von elliotwaite entwickelt wurde, und ihr Hauptmerkmal ist "Removes the 3-second delay before autoplaying the next video.".
Erweiterungsscreenshots
Udemy™ Faster Autoplay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Udemy™ Faster Autoplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Udemy™ Faster Autoplay |
ID | fepcpdjalebcocminbnogcgfbphllkeh |
Offizielle URL | https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh |
Beschreibung | Removes the 3-second delay before autoplaying the next video. |
Dateigröße | 37.23 KB |
Installationsanzahl | 645 |
Aktuelle Version | 0.2 |
Letztes Update | 2021-12-01 |
Veröffentlichungsdatum | 2021-09-27 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | elliotwaite |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/elliotwaite/udemy-faster-autoplay |
Hilfeseite URL | https://github.com/elliotwaite/udemy-faster-autoplay |
Unterstützte Sprachen | 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" } ] } |