Control video speed
In-place speed controller in any video.
ما هو Control video speed؟
Control video speed هو إضافة Chrome تم تطويرها بواسطة Anika Kranjec، والميزة الرئيسية لها هي "In-place speed controller in any video.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Control video speed
قم بتنزيل ملفات الامتداد Control video speed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Control video speed with this extension. You can increase or decrease speed on any embed video. Functionality: - 50%, 100%, 150%, 200%, 300% speed - overlay with speed controls over the video - keyboard shortcuts How to use extension: 1) Open a video. For example, on Youtube 2) Move the mouse cursor over the video 3) You can find the control panel in the top-right corner of the video frame. 4) Use controls to increase or decrease video speed Shortcuts: R - default playback speed S - slow down D - increase speed
معلومات أساسية عن التمديد
الاسم | |
ID | bkbdedlenkomhjbfljaopfbmimhdgenl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/control-video-speed/bkbdedlenkomhjbfljaopfbmimhdgenl |
الوصف | In-place speed controller in any video. |
حجم الملف | 110 KB |
عدد التثبيتات | 100,000 |
النسخة الحالية | 1.3.2 |
آخر تحديث | 2021-10-28 |
تاريخ النشر | 2021-05-18 |
تقييم | 4.83/5 مجموع تقييمات 12 |
المطور | Anika Kranjec |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/1VQb2TmA0Tx4Pw0-tnGwe8CDOjOCfQQq6f-uBzgTBr6o/edit?usp=sharing |
اللغات المدعومة | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.2", "offline_enabled": true, "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "css": [ "inject_style.css" ], "js": [ "content.js" ], "matches": [ " |