YouTube Speed Controls

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

Was ist YouTube Speed Controls?

YouTube Speed Controls ist eine Chrome-Erweiterung, die von https://jamesdeklerk.com entwickelt wurde, und ihr Hauptmerkmal ist "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".

Erweiterungsscreenshots

screenshot

YouTube Speed Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Speed Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Speed Controls YouTube Speed Controls
ID naalfmaaomhjpbndelnlijacdniggpjn
Offizielle URL https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn
Beschreibung Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Dateigröße 9.92 KB
Installationsanzahl 27,337
Aktuelle Version 1.3
Letztes Update 2024-01-19
Veröffentlichungsdatum 2018-09-12
Bewertung 4.13/5 Insgesamt 61 Bewertungen
Entwickler https://jamesdeklerk.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jamesdeklerk/youtube-speed-controls
Unterstützte Sprachen 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"
    }
}