YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Cos'è YouTube Speed Controls?
YouTube Speed Controls è un'estensione di Chrome sviluppata da https://jamesdeklerk.com, e la sua funzione principale è "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Speed Controls
Scarica i file di estensione YouTube Speed Controls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | naalfmaaomhjpbndelnlijacdniggpjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
| Descrizione | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
| Dimensione del File | 9.92 KB |
| Conteggio Installazioni | 27,337 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2024-01-19 |
| Data di Pubblicazione | 2018-09-12 |
| Valutazione | 4.13/5 Totale 61 Valutazioni |
| Sviluppatore | https://jamesdeklerk.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jamesdeklerk/youtube-speed-controls |
| Lingue Supportate | 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"
}
} | |