YouTube SubSound
Automatic subtitle dubbing on YouTube.
Apa itu YouTube SubSound?
YouTube SubSound adalah ekstensi Chrome yang dikembangkan oleh tgaru, dan fitur utamanya adalah "Automatic subtitle dubbing on YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube SubSound
Unduh file ekstensi YouTube SubSound 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
Browser extension that automatically pronounces the subtitles on YouTube Open the desired video and activate voice acting by pressing the NEW button in the YouTube player. Many languages are supported.
Informasi Dasar Ekstensi
Nama | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
URL Resmi | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Deskripsi | Automatic subtitle dubbing on YouTube. |
Ukuran File | 15.36 KB |
Jumlah Instalasi | 7,370 |
Versi Saat Ini | 0.0.8 |
Terakhir Diperbarui | 2022-10-17 |
Tanggal Publikasi | 2021-07-04 |
Penilaian | 2.67/5 Total 135 Penilaian |
Pengembang | tgaru |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://t.me/writeforhelp |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.8", "author": "tgaru", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "background.js" ] } ], "permissions": [], "web_accessible_resources": [ { "resources": [ "main.js", "styles.css", "_locales\/*" ], "matches": [ " |