Udemy™ Faster Autoplay

Removes the 3-second delay before autoplaying the next video.

Udemy™ Faster Autoplay là gì?

Udemy™ Faster Autoplay là một tiện ích mở rộng Chrome được phát triển bởi elliotwaite, và tính năng chính của nó là "Removes the 3-second delay before autoplaying the next video.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy™ Faster Autoplay

Tải xuống các tệp mở rộng Udemy™ Faster Autoplay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy™ Faster Autoplay Udemy™ Faster Autoplay
ID fepcpdjalebcocminbnogcgfbphllkeh
URL Chính Thức https://chromewebstore.google.com/detail/udemy-faster-autoplay/fepcpdjalebcocminbnogcgfbphllkeh
Mô tả Removes the 3-second delay before autoplaying the next video.
Kích Thước Tệp 37.23 KB
Số Lần Cài Đặt 645
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-12-01
Ngày Phát Hành 2021-09-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển elliotwaite
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/elliotwaite/udemy-faster-autoplay
URL Trang Trợ Giúp https://github.com/elliotwaite/udemy-faster-autoplay
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}