Udemy Video Playback Speed Controls

Free Easy-to-use extension to get full access to video playback speed on udemy.com. start learning at your speed :) - Zaions.com

ما هو Udemy Video Playback Speed Controls؟

Udemy Video Playback Speed Controls هو إضافة Chrome تم تطويرها بواسطة https://zaions.com، والميزة الرئيسية لها هي "Free Easy-to-use extension to get full access to video playback speed on udemy.com. start learning at your speed :) - Zaions.com".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Udemy Video Playback Speed Controls

قم بتنزيل ملفات الامتداد Udemy Video Playback Speed Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Udemy Video Controls Chrome/Brave/Firefox/Edge Extension/Addon - Zaions

#1 extension for video player speed control for udemy users.

Extension Available for Chrome, Brave, Firefox & Microsoft Edge Browser (available for install on chrome/brave webstore, firefox addon-store & microsoft edge extensions-store) (below given links will open the respective extension store page, follow the link to install on respective browser).

Chrome Brave Browser Extension Link:
https://zaions.com/uvce
Firefox Browser AddonLink:
https://zaions.com/uvef
Microsoft Edge Browser Extension Link:
https://zaions.com/uvee
To Support this project visit:
https://zaions.com/uvep
For more info on the extension Visit:
https://zaions.com/vcap

Controlling udemy's video player playback speed has never been easier. You will be able to set a custom playback speed of your choice, No need to just select a few predefined speed tracks when you can adjust the play speed as you like.
e.g: if The person (in the video) speaking TOO SLOW and 2s speed is just not good enough, then no need to worry, now you can adjust playback speed with 0.1s adjustment up to 4s per second and if it's too fast don't worry you can slow down the player speed up to 0.1s again with full fine adjustment of 0.1s step rate, so learn at your speed :)

That's not all there's much more.
We have designed it in such a way so you will find it super easy and just right for the job that you will now never need to worry about a video speed being too slow or too fast.
Multiple setting options with a detailed explanation of every option about how it works and what to expect from it.
We hope you will like this extension, well then have fun & start learning at your speed :)

Want Some New Features?
Want some new features in this Extension? No need to worry just let us know what feature you want to include and why (reason how it will help improve user experience) and we will review that and let you know whether that will be a good improvement to the extension or not.
visit us at Zaions.com(https://zaions.com) or contact us through email , to visit developer "Ahsan Mahmood (Aoneahsan)" portfolio visit (https://zaions.com/ahsan).

We hope you will love this extension and please let us know about your experience with the extension & support the project so we can keep updating/maintaining (https://zaions.com/uvep).                    

معلومات أساسية عن التمديد

الاسم Udemy Video Playback Speed Controls Udemy Video Playback Speed Controls
ID ihafdbecgnhendhckoknblmcminoikdb
عنوان URL الرسمي https://chromewebstore.google.com/detail/udemy-video-playback-spee/ihafdbecgnhendhckoknblmcminoikdb
الوصف Free Easy-to-use extension to get full access to video playback speed on udemy.com. start learning at your speed :) - Zaions.com
حجم الملف 364 KB
عدد التثبيتات 1,635
النسخة الحالية 1.0.8 alpha
آخر تحديث 2023-11-15
تاريخ النشر 2022-03-20
تقييم 4.65/5 مجموع تقييمات 17
المطور https://zaions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://zaions.com/uvce
عنوان صفحة المساعدة https://zaions.com/vcas
عنوان صفحة سياسة الخصوصية https://zaions.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Free Easy-to-use extension to get full access to video playback speed on udemy.com. start learning at your speed :) - Zaions.com",
    "version": "8",
    "manifest_version": 3,
    "name": "Udemy Video Playback Speed Controls",
    "author": "Ahsan Mahmood  (https:\/\/aoneahsan.website)",
    "short_name": "Udemy Video Playback Speed Controls",
    "version_name": "1.0.8 alpha",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-1024.png",
        "default_title": "Created by Ahsan Mahmood @ Zaions.com "
    },
    "icons": {
        "128": "icon-1024.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "contentScript.bundle.js",
                "udemyUIContentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-1024.png",
                "udemy-video-controls-extension-hot-keys.jpg",
                "assets\/img\/icon-1024.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}