Coursera Video Speedup

Speed up Coursera videos with this simple Chrome extension.

Coursera Video Speedupคืออะไร?

Coursera Video Speedup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kannan.vegeta และคุณลักษณะหลักของมันคือ "Speed up Coursera videos with this simple Chrome extension."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coursera Video Speedup

ดาวน์โหลดไฟล์ส่วนขยาย Coursera Video Speedup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Coursera Video Speedup is a lightweight and easy-to-use browser extension that allows you to control the playback speed of videos on Coursera. With multiple speed options available, you can quickly adjust the playback speed of your video lectures or tutorials, making it easier to learn at your own pace.

This extension offers a clean and intuitive interface with speed buttons displayed below the video in window mode, hiding them in fullscreen mode for an immersive viewing experience. The selected speed button is highlighted, giving you clear visual feedback about the current playback speed.

Whether you want to slow down a complex topic or breeze through familiar content, Coursera Video Speedup Extension gives you the flexibility to customize your video-watching experience.

Main features:

🚀 Multiple speed options: 0.25x, 0.5x, 0.75x, 1x, 1.25x, 1.5x, 2x, 3x, and 5x
🎛️ Easy-to-use interface with speed buttons
📺 Fullscreen compatibility                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coursera Video Speedup Coursera Video Speedup
ID gdpjpckhidomjkaeligpppbbfndfknbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coursera-video-speedup/gdpjpckhidomjkaeligpppbbfndfknbe
คำอธิบาย Speed up Coursera videos with this simple Chrome extension.
ขนาดไฟล์ 6.81 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2023-03-29
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kannan.vegeta
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/RahulDevaraj/Coursera-Plugin-V1
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coursera Video Speedup",
    "version": "1.0",
    "description": "Speed up Coursera videos with this simple Chrome extension.",
    "icons": {
        "48": "icon48.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.coursera.org\/*"
    ]
}