Coursera Video Speedup

Speed up Coursera videos with this simple Chrome extension.

Coursera Video Speedup란 무엇입니까?

Coursera Video Speedup은(는) kannan.vegeta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed up Coursera videos with this simple Chrome extension."입니다.

확장 프로그램 스크린샷

screenshot

Coursera Video Speedup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}