YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Wat is YouTube Speed Controls?
YouTube Speed Controls is een Chrome-extensie ontwikkeld door https://jamesdeklerk.com, en de belangrijkste functie is "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Speed Controls
Download YouTube Speed Controls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | naalfmaaomhjpbndelnlijacdniggpjn |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
| Beschrijving | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
| Bestandsgrootte | 9.92 KB |
| Aantal Installaties | 27,337 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2024-01-19 |
| Publicatiedatum | 2018-09-12 |
| Beoordeling | 4.13/5 Totaal 61 Beoordelingen |
| Ontwikkelaar | https://jamesdeklerk.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jamesdeklerk/youtube-speed-controls |
| Ondersteunde Talen | 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"
}
} | |