Udemy voice over

Speech voice over Udemy course

What is Udemy voice over?

Udemy voice over is a Chrome extension developed by pin-cnx, and its main feature is "Speech voice over Udemy course".

Extension Screenshots

screenshot
screenshot

Download Udemy voice over Extension CRX File

Download Udemy voice over extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Udemy voice over Udemy voice over
ID ooelnibldjpdjfpfebbcibmkmhnnddib
Official URL https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib
Description Speech voice over Udemy course
File Size 152 KB
Installation Count 31
Current Version 0.0.3
Last Updated 2020-09-18
Publish Date 2020-09-16
Developer pin-cnx
Email [email protected]
Payment Type free
Extension Website https://github.com/pin-cnx/udemy-voice-over
Help Page URL https://github.com/pin-cnx/udemy-voice-over
Supported Languages 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"
            ]
        }
    ]
}