YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Apa itu YouTube Speed Controls?
YouTube Speed Controls adalah ekstensi Chrome yang dikembangkan oleh https://jamesdeklerk.com, dan fitur utamanya adalah "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Speed Controls
Unduh file ekstensi YouTube Speed Controls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
URL Resmi | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
Deskripsi | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
Ukuran File | 9.92 KB |
Jumlah Instalasi | 27,337 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2024-01-19 |
Tanggal Publikasi | 2018-09-12 |
Penilaian | 4.13/5 Total 61 Penilaian |
Pengembang | https://jamesdeklerk.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jamesdeklerk/youtube-speed-controls |
Bahasa yang Didukung | 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" } } |