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.”。

扩展截图

screenshot

下载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 Udemy™ Faster Autoplay
ID fepcpdjalebcocminbnogcgfbphllkeh
官方URL 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"
        }
    ]
}