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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
            ]
        }
    ]
}