Udemy™ Faster Autoplay
Removes the 3-second delay before autoplaying the next video.
什麼是Udemy™ Faster Autoplay?
Udemy™ Faster Autoplay是由elliotwaite開發的Chrome擴展程式,該擴展的主要功能是“Removes the 3-second delay before autoplaying the next video.”。
擴展截圖
下載Udemy™ Faster Autoplay擴展crx文件
下載Udemy™ Faster Autoplay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Udemy™ Faster Autoplay |
ID | fepcpdjalebcocminbnogcgfbphllkeh |
官方網址 | https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh |
簡介 | Removes the 3-second delay before autoplaying the next video. |
檔案大小 | 37.23 KB |
安裝次數 | 645 |
目前版本 | 0.2 |
更新時間 | 2021-12-01 |
上架時間 | 2021-09-27 |
評分 | 5.00/5 共 5 次評分 |
開發者 | elliotwaite |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/elliotwaite/udemy-faster-autoplay |
說明頁面URL | https://github.com/elliotwaite/udemy-faster-autoplay |
支援的語言 | 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" } ] } |