YouTube Speed Controls

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

Vad är YouTube Speed Controls?

YouTube Speed Controls är en Chrome-tillägg utvecklad av https://jamesdeklerk.com, och dess huvudfunktion är "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Speed Controls-förlängningens CRX-fil

Ladda ner YouTube Speed Controls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube Speed Controls YouTube Speed Controls
ID naalfmaaomhjpbndelnlijacdniggpjn
Officiell webbadress https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn
Beskrivning Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Filstorlek 9.92 KB
Antal Installationer 27,337
Aktuell Version 1.3
Senast Uppdaterad 2024-01-19
Publiceringsdatum 2018-09-12
Betyg 4.13/5 Totalt 61 Betyg
Utvecklare https://jamesdeklerk.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jamesdeklerk/youtube-speed-controls
Stödda Språk 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"
    }
}