YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Qu'est-ce que YouTube Speed Controls ?
YouTube Speed Controls est une extension Chrome développée par https://jamesdeklerk.com, et sa fonction principale est "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Speed Controls
Téléchargez les fichiers d'extension YouTube Speed Controls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
URL Officiel | 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. |
Taille du Fichier | 9.92 KB |
Nombre d'Installations | 27,337 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2024-01-19 |
Date de Publication | 2018-09-12 |
Évaluation | 4.13/5 Total 61 Évaluations |
Développeur | https://jamesdeklerk.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jamesdeklerk/youtube-speed-controls |
Langues Prises en Charge | 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" } } |