YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
What is YouTube Speed Controls?
YouTube Speed Controls is a Chrome extension developed by https://jamesdeklerk.com, and its main feature is "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Extension Screenshots
Download YouTube Speed Controls Extension CRX File
Download YouTube Speed Controls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
Official URL | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
Description | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
File Size | 9.92 KB |
Installation Count | 27,337 |
Current Version | 1.3 |
Last Updated | 2024-01-19 |
Publish Date | 2018-09-12 |
Rating | 4.13/5 Total 61 Ratings |
Developer | https://jamesdeklerk.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jamesdeklerk/youtube-speed-controls |
Supported Languages | 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" } } |