Next
Click 'Play Next' automatically on Udacity and Udemy
What is Next?
Next is a Chrome extension developed by magahet, and its main feature is "Click 'Play Next' automatically on Udacity and Udemy".
Extension Screenshots
Download Next Extension CRX File
Download Next extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Next |
ID | ohbainpmaikiicdjgnbpcekhlmdigopi |
Official URL | https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi |
Description | Click 'Play Next' automatically on Udacity and Udemy |
File Size | 7.24 KB |
Installation Count | 99 |
Current Version | 1.4 |
Last Updated | 2021-01-08 |
Publish Date | 2018-05-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | magahet |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/magahet/next |
Privacy Policy Page URL | https://www.gmendiola.com/privicy |
Supported Languages | 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" ] } ] } |