YouTube Speed Controls

Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.

YouTube Speed Controls란 무엇입니까?

YouTube Speed Controls은(는) https://jamesdeklerk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed."입니다.

확장 프로그램 스크린샷

screenshot

YouTube Speed Controls 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Note: After initial install, you may need to reload YouTube pages that were open (this only happens on initial install)

Control the speed of YouTube videos using the ` key.

Flick between normal (1x), 2x and 3x playback speed.

Usage:
- Click ` (the grave accent key) to flick between normal and 2x playback speed
- Click ctrl + ` to flick between normal and 3x playback speed.                    

확장 프로그램 기본 정보

이름 YouTube Speed Controls YouTube Speed Controls
ID naalfmaaomhjpbndelnlijacdniggpjn
공식 URL https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn
설명 Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
파일 크기 9.92 KB
설치 횟수 27,337
현재 버전 1.3
최근 업데이트 2024-01-19
출시 날짜 2018-09-12
평점 4.13/5 총 61 개의 평점
개발자 https://jamesdeklerk.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jamesdeklerk/youtube-speed-controls
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Speed Controls",
    "description": "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/javascript\/script.js"
            ],
            "css": [
                "src\/css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon48.png",
        "128": "src\/images\/icon128.png"
    }
}