Udemy voice over

Speech voice over Udemy course

Apa itu Udemy voice over?

Udemy voice over adalah ekstensi Chrome yang dikembangkan oleh pin-cnx, dan fitur utamanya adalah "Speech voice over Udemy course".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Udemy voice over

Unduh file ekstensi Udemy voice over dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Udemy voice over Udemy voice over
ID ooelnibldjpdjfpfebbcibmkmhnnddib
URL Resmi https://chromewebstore.google.com/detail/udemy-voice-over/ooelnibldjpdjfpfebbcibmkmhnnddib
Deskripsi Speech voice over Udemy course
Ukuran File 152 KB
Jumlah Instalasi 31
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2020-09-18
Tanggal Publikasi 2020-09-16
Pengembang pin-cnx
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pin-cnx/udemy-voice-over
URL Halaman Bantuan https://github.com/pin-cnx/udemy-voice-over
Bahasa yang Didukung 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"
            ]
        }
    ]
}