Udemy™ Faster Autoplay

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

Udemy™ Faster Autoplayคืออะไร?

Udemy™ Faster Autoplay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elliotwaite และคุณลักษณะหลักของมันคือ "Removes the 3-second delay before autoplaying the next video."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy™ Faster Autoplay

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}