Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

Coursera Playback Speed란 무엇입니까?

Coursera Playback Speed은(는) Church of Thought에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to set playback speed to any value (from 0.25x to 10x)"입니다.

확장 프로그램 스크린샷

screenshot

Coursera Playback Speed 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x.

The keyboard shortcuts are listed below:
Space: Play/Pause
Up: Increase Volume
Down: Decrease Volume
Left: Skip Back
Right: Skip Forward
F: Toggle Fullscreen                    

확장 프로그램 기본 정보

이름 Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
공식 URL https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
설명 Allows you to set playback speed to any value (from 0.25x to 10x)
파일 크기 19.73 KB
설치 횟수 983
현재 버전 1.1
최근 업데이트 2022-04-11
출시 날짜 2020-10-17
평점 4.13/5 총 16 개의 평점
개발자 Church of Thought
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
개인정보 보호 정책 페이지 URL https://churchofthought.org/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to set playback speed to any value (from 0.25x to 10x)",
    "manifest_version": 2,
    "name": "Coursera Playback Speed",
    "short_name": "Coursera Playspeed",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}