Video Playback Speed
Allows you to change the playback speed of a video.
ما هو Video Playback Speed؟
Video Playback Speed هو إضافة Chrome تم تطويرها بواسطة Tom2718، والميزة الرئيسية لها هي "Allows you to change the playback speed of a video.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Playback Speed
قم بتنزيل ملفات الامتداد Video Playback Speed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
معلومات أساسية عن التمديد
الاسم | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
الوصف | Allows you to change the playback speed of a video. |
حجم الملف | 4.88 KB |
عدد التثبيتات | 254 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-08-07 |
تاريخ النشر | 2018-07-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Tom2718 |
نوع الدفع | free |
موقع الإضافة | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
عنوان صفحة المساعدة | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |