YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
ما هو YouTube Speed Controls؟
YouTube Speed Controls هو إضافة Chrome تم تطويرها بواسطة https://jamesdeklerk.com، والميزة الرئيسية لها هي "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Speed Controls
قم بتنزيل ملفات الامتداد YouTube Speed Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
الوصف | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
حجم الملف | 9.92 KB |
عدد التثبيتات | 27,337 |
النسخة الحالية | 1.3 |
آخر تحديث | 2024-01-19 |
تاريخ النشر | 2018-09-12 |
تقييم | 4.13/5 مجموع تقييمات 61 |
المطور | https://jamesdeklerk.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jamesdeklerk/youtube-speed-controls |
اللغات المدعومة | 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" } } |