Udemy voice over

Speech voice over Udemy course

ما هو Udemy voice over؟

Udemy voice over هو إضافة Chrome تم تطويرها بواسطة pin-cnx، والميزة الرئيسية لها هي "Speech voice over Udemy course".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Udemy voice over

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

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

                        Use this extension when you can not understand accent of instructor.
It will activate and run only when you open transcript option in video.
(This extension use chrome Text-to-speech for premium Google wavenet Text-to-speech please set access token on options page)                    

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

الاسم Udemy voice over Udemy voice over
ID ooelnibldjpdjfpfebbcibmkmhnnddib
عنوان URL الرسمي https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib
الوصف Speech voice over Udemy course
حجم الملف 152 KB
عدد التثبيتات 31
النسخة الحالية 0.0.3
آخر تحديث 2020-09-18
تاريخ النشر 2020-09-16
المطور pin-cnx
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/pin-cnx/udemy-voice-over
عنوان صفحة المساعدة https://github.com/pin-cnx/udemy-voice-over
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy voice over",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Speech voice over Udemy course",
    "homepage_url": "https:\/\/github.com\/pin-cnx\/udemy-voice-over",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/www.udemy.com\/course\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.udemy.com\/course\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}